次の方法で共有


AzureBlobStorageLinkedService.AccountKind プロパティ

定義

ストレージ アカウントの種類を取得または設定します。 使用できる値は、以下のとおりです。Storage (汎用 v1)、StorageV2 (汎用 v2)、BlobStorage、または BlockBlobStorage。 型: string (または resultType 文字列を含む式)。

[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.accountKind")]
public string AccountKind { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.accountKind")>]
member this.AccountKind : string with get, set
Public Property AccountKind As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象