IPacketCoreControlPlane.LocalDiagnosticsAccessHttpsServerCertificateProvisioningState 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 certificate's provisioning state
[Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Runtime.Info(Description="The certificate's provisioning state", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Support.CertificateProvisioningState) }, ReadOnly=true, Required=false, SerializedName="state")]
public Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Support.CertificateProvisioningState? LocalDiagnosticsAccessHttpsServerCertificateProvisioningState { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Runtime.Info(Description="The certificate's provisioning state", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Support.CertificateProvisioningState) }, ReadOnly=true, Required=false, SerializedName="state")>]
member this.LocalDiagnosticsAccessHttpsServerCertificateProvisioningState : Nullable<Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Support.CertificateProvisioningState>
Public ReadOnly Property LocalDiagnosticsAccessHttpsServerCertificateProvisioningState As Nullable(Of CertificateProvisioningState)
Property Value
- Attributes