Share via


ContainerRegistrySecretObjectType Struct

Definition

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.

Applies to