Freigeben über


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

Name Description
ContainerRegistrySecretObjectType(String)

Initializes a new instance of ContainerRegistrySecretObjectType.

Properties

Name Description
Opaque

Opaque.

VaultSecret

Vaultsecret.

Methods

Name Description
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

Name Description
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