Udostępnij za pośrednictwem


ContainerRegistryTlsStatus Struct

Definition

Indicates whether HTTPS is enabled for the login server.

public readonly struct ContainerRegistryTlsStatus : IEquatable<Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryTlsStatus>
type ContainerRegistryTlsStatus = struct
Public Structure ContainerRegistryTlsStatus
Implements IEquatable(Of ContainerRegistryTlsStatus)
Inheritance
ContainerRegistryTlsStatus
Implements

Constructors

ContainerRegistryTlsStatus(String)

Initializes a new instance of ContainerRegistryTlsStatus.

Properties

Disabled

Disabled.

Enabled

Enabled.

Methods

Equals(ContainerRegistryTlsStatus)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(ContainerRegistryTlsStatus, ContainerRegistryTlsStatus)

Determines if two ContainerRegistryTlsStatus values are the same.

Implicit(String to ContainerRegistryTlsStatus)

Converts a String to a ContainerRegistryTlsStatus.

Inequality(ContainerRegistryTlsStatus, ContainerRegistryTlsStatus)

Determines if two ContainerRegistryTlsStatus values are not the same.

Applies to