ContainerRegistryResourceType 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.
The resource type of the container registry. This field must be set to 'Microsoft.ContainerRegistry/registries'.
public readonly struct ContainerRegistryResourceType : IEquatable<Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryResourceType>
type ContainerRegistryResourceType = struct
Public Structure ContainerRegistryResourceType
Implements IEquatable(Of ContainerRegistryResourceType)
- Inheritance
-
ContainerRegistryResourceType
- Implements
Constructors
ContainerRegistryResourceType(String) |
Initializes a new instance of ContainerRegistryResourceType. |
Properties
MicrosoftContainerRegistryRegistries |
Microsoft.ContainerRegistry/registries. |
Methods
Equals(ContainerRegistryResourceType) |
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(ContainerRegistryResourceType, ContainerRegistryResourceType) |
Determines if two ContainerRegistryResourceType values are the same. |
Implicit(String to ContainerRegistryResourceType) |
Converts a String to a ContainerRegistryResourceType. |
Inequality(ContainerRegistryResourceType, ContainerRegistryResourceType) |
Determines if two ContainerRegistryResourceType values are not the same. |
Applies to
Azure SDK for .NET