IDeepCreatedOriginProperties.PrivateEndpointStatus 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 approval status for the connection to the Private Link
[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.Info(Description="The approval status for the connection to the Private Link", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.PrivateEndpointStatus) }, ReadOnly=true, Required=false, SerializedName="privateEndpointStatus")]
public Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.PrivateEndpointStatus? PrivateEndpointStatus { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.Info(Description="The approval status for the connection to the Private Link", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.PrivateEndpointStatus) }, ReadOnly=true, Required=false, SerializedName="privateEndpointStatus")>]
member this.PrivateEndpointStatus : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.PrivateEndpointStatus>
Public ReadOnly Property PrivateEndpointStatus As Nullable(Of PrivateEndpointStatus)
Property Value
- Attributes