Share via


AzureBlobStorageLinkedService.ServiceEndpoint Property

Definition

Gets or sets blob service endpoint of the Azure Blob Storage resource. It is mutually exclusive with connectionString, sasUri property.

[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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to