次の方法で共有


AzureBlobStorageLinkedService.ServiceEndpoint プロパティ

定義

Azure Blob Storage リソースの BLOB サービス エンドポイントを取得または設定します。 connectionString、sasUri プロパティと相互に排他的です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象