Share via


IConnectedRegistry.TlStatus Property

Definition

Indicates whether HTTPS is enabled for the login server.

[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.Info(Description="Indicates whether HTTPS is enabled for the login server.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TlsStatus) }, ReadOnly=true, Required=false, SerializedName="status")]
public Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TlsStatus? TlStatus { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.Info(Description="Indicates whether HTTPS is enabled for the login server.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TlsStatus) }, ReadOnly=true, Required=false, SerializedName="status")>]
member this.TlStatus : Nullable<Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TlsStatus>
Public ReadOnly Property TlStatus As Nullable(Of TlsStatus)

Property Value

Attributes

Applies to