Freigeben über


IStorageAccountProperties.PrimaryEndpoint Property

Definition

Gets the URLs that are used to perform a retrieval of a public blob, queue, or table object. Note that Standard_ZRS and Premium_LRS accounts only return the blob endpoint.

[Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=false, Description="Gets the URLs that are used to perform a retrieval of a public blob, queue, or table object. Note that Standard_ZRS and Premium_LRS accounts only return the blob endpoint.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IEndpoints) }, Read=true, ReadOnly=true, Required=false, SerializedName="primaryEndpoints", Update=false)]
public Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IEndpoints PrimaryEndpoint { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=false, Description="Gets the URLs that are used to perform a retrieval of a public blob, queue, or table object. Note that Standard_ZRS and Premium_LRS accounts only return the blob endpoint.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IEndpoints) }, Read=true, ReadOnly=true, Required=false, SerializedName="primaryEndpoints", Update=false)>]
member this.PrimaryEndpoint : Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IEndpoints
Public ReadOnly Property PrimaryEndpoint As IEndpoints

Property Value

Attributes

Applies to