Share via


IPrivateEndpointConnection.ProvisioningState Property

Definition

Provisioning state of the Private Endpoint Connection.

[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.Info(Description="Provisioning state of the Private Endpoint Connection.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.EndPointProvisioningState) }, ReadOnly=false, Required=false, SerializedName="provisioningState")]
public Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.EndPointProvisioningState? ProvisioningState { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.Info(Description="Provisioning state of the Private Endpoint Connection.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.EndPointProvisioningState) }, ReadOnly=false, Required=false, SerializedName="provisioningState")>]
member this.ProvisioningState : Nullable<Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.EndPointProvisioningState> with get, set
Public Property ProvisioningState As Nullable(Of EndPointProvisioningState)

Property Value

Attributes

Applies to