ITlsProperties.CertificateType 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 type of certificate location.
[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.Info(Description="The type of certificate location.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.CertificateType) }, ReadOnly=true, Required=false, SerializedName="type")]
public Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.CertificateType? CertificateType { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.Info(Description="The type of certificate location.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.CertificateType) }, ReadOnly=true, Required=false, SerializedName="type")>]
member this.CertificateType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.CertificateType>
Public ReadOnly Property CertificateType As Nullable(Of CertificateType)
Property Value
- Attributes