次の方法で共有


AzureStorageLinkedService.SasUri プロパティ

定義

Azure Storage リソースの SAS URI を取得または設定します。 connectionString プロパティと相互に排他的です。 型: string、SecureString、または AzureKeyVaultSecretReference。

[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.sasUri")]
public object SasUri { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.sasUri")>]
member this.SasUri : obj with get, set
Public Property SasUri As Object

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象