NetworkIsolationSettings.StorageAccountResourceId Property

Definition

Gets or sets the resource id for the storage account used to store BACPAC file. If set, private endpoint connection will be created for the storage account. Must match storage account used for StorageUri parameter.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to