IDeepCreatedOrigin.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.PSArgumentCompleter(new System.String[] { "Pending", "Approved", "Rejected", "Disconnected", "Timeout" })]
[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.Info(Create=false, Description="The approval status for the connection to the Private Link", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="privateEndpointStatus", Update=false)]
public string PrivateEndpointStatus { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Cdn.PSArgumentCompleter(new System.String[] { "Pending", "Approved", "Rejected", "Disconnected", "Timeout" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.Info(Create=false, Description="The approval status for the connection to the Private Link", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="privateEndpointStatus", Update=false)>]
member this.PrivateEndpointStatus : string
Public ReadOnly Property PrivateEndpointStatus As String
Property Value
- Attributes