ISharedStorageResourceNames.SharedStorageAccountPrivateEndPointName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The full name of private end point for the shared storage account. If it is not provided, it will be defaulted to {storageAccountName}_pe
[Microsoft.Azure.PowerShell.Cmdlets.Workloads.Runtime.Info(Description="The full name of private end point for the shared storage account. If it is not provided, it will be defaulted to {storageAccountName}_pe", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="sharedStorageAccountPrivateEndPointName")]
public string SharedStorageAccountPrivateEndPointName { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Workloads.Runtime.Info(Description="The full name of private end point for the shared storage account. If it is not provided, it will be defaulted to {storageAccountName}_pe", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="sharedStorageAccountPrivateEndPointName")>]
member this.SharedStorageAccountPrivateEndPointName : string with get, set
Public Property SharedStorageAccountPrivateEndPointName As String
Property Value
- Attributes