Freigeben über


IStorageAccount.SecondaryEndpoint Property

Definition

Gets the URLs that are used to perform a retrieval of a public blob, queue, or table object from the secondary location of the storage account. Only available if the SKU name is Standard_RAGRS.

[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 from the secondary location of the storage account. Only available if the SKU name is Standard_RAGRS.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IEndpoints) }, Read=true, ReadOnly=true, Required=false, SerializedName="secondaryEndpoints", Update=false)]
public Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IEndpoints SecondaryEndpoint { 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 from the secondary location of the storage account. Only available if the SKU name is Standard_RAGRS.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IEndpoints) }, Read=true, ReadOnly=true, Required=false, SerializedName="secondaryEndpoints", Update=false)>]
member this.SecondaryEndpoint : Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IEndpoints
Public ReadOnly Property SecondaryEndpoint As IEndpoints

Property Value

Attributes

Applies to