IPrivateEndpointConnectionProperties.PrivateLinkServiceConnectionStateStatus 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 private link service connection status.
[Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Description="The private link service connection status.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.ConnectionStatus) }, ReadOnly=false, Required=false, SerializedName="status")]
public Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.ConnectionStatus? PrivateLinkServiceConnectionStateStatus { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Description="The private link service connection status.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.ConnectionStatus) }, ReadOnly=false, Required=false, SerializedName="status")>]
member this.PrivateLinkServiceConnectionStateStatus : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.ConnectionStatus> with get, set
Public Property PrivateLinkServiceConnectionStateStatus As Nullable(Of ConnectionStatus)
Property Value
- Attributes