ContainerRegistrySecretObjectType 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 type of the secret object which determines how the value of the secret object has to be interpreted.
public readonly struct ContainerRegistrySecretObjectType : IEquatable<Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistrySecretObjectType>
type ContainerRegistrySecretObjectType = struct
Public Structure ContainerRegistrySecretObjectType
Implements IEquatable(Of ContainerRegistrySecretObjectType)
- Inheritance
-
ContainerRegistrySecretObjectType
- Implements
Constructors
ContainerRegistrySecretObjectType(String) |
Initializes a new instance of ContainerRegistrySecretObjectType. |
Properties
Opaque |
Opaque. |
VaultSecret |
Vaultsecret. |
Methods
Equals(ContainerRegistrySecretObjectType) |
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(ContainerRegistrySecretObjectType, ContainerRegistrySecretObjectType) |
Determines if two ContainerRegistrySecretObjectType values are the same. |
Implicit(String to ContainerRegistrySecretObjectType) |
Converts a String to a ContainerRegistrySecretObjectType. |
Inequality(ContainerRegistrySecretObjectType, ContainerRegistrySecretObjectType) |
Determines if two ContainerRegistrySecretObjectType values are not the same. |