ExportRequest.StorageKeyType Property

Definition

Gets or sets the type of the storage key to use. Possible values include: 'StorageAccessKey', 'SharedAccessKey'

[Newtonsoft.Json.JsonProperty(PropertyName="storageKeyType")]
public Microsoft.Azure.Management.Sql.Fluent.Models.StorageKeyType StorageKeyType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="storageKeyType")>]
member this.StorageKeyType : Microsoft.Azure.Management.Sql.Fluent.Models.StorageKeyType with get, set
Public Property StorageKeyType As StorageKeyType

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to