DacExportParameters.BlobCredentialsParameter Class

 

The credentials needed to connect to Azure Blob Storage to export 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.DacExportParameters.BlobCredentialsParameter

type BlobCredentialsParameter = class end

NameDescription
System_CAPS_pubmethodDacExportParameters.BlobCredentialsParameter()

Initializes a new instance of the BlobCredentialsParameter class.

System_CAPS_pubmethodDacExportParameters.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 Storage account.

System_CAPS_pubpropertyUri

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

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: