ContainerRegistryTlsStatus Struct
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.
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
Azure SDK for .NET