DacImportParameters::BlobCredentialsParameter Class

 

Represents the Azure Blob Storage information needed for connecting and retrieving the DACPAC file.

Namespace:   Microsoft.WindowsAzure.Management.Sql.Models
Assembly:  Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)

System::Object
  Microsoft.WindowsAzure.Management.Sql.Models::DacImportParameters::BlobCredentialsParameter

public ref class BlobCredentialsParameter 

NameDescription
System_CAPS_pubmethodDacImportParameters::BlobCredentialsParameter()

Initializes a new instance of the BlobCredentialsParameter class.

System_CAPS_pubmethodDacImportParameters::BlobCredentialsParameter(Uri^, String^)

Initializes a new instance of the BlobCredentialsParameter class with required arguments.

NameDescription
System_CAPS_pubpropertyStorageAccessKey

Required. Gets or sets the access key for the Azure Blob Storage account where the DACPAC file is stored.

System_CAPS_pubpropertyUri

Required. Gets or sets the URI of the DACPAC file stored in Azure Blob Storage to be imported.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: