Delen via


ContainerRegistryTokenPasswordName Struct

Definition

The password name "password1" or "password2".

public readonly struct ContainerRegistryTokenPasswordName : IEquatable<Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryTokenPasswordName>
type ContainerRegistryTokenPasswordName = struct
Public Structure ContainerRegistryTokenPasswordName
Implements IEquatable(Of ContainerRegistryTokenPasswordName)
Inheritance
ContainerRegistryTokenPasswordName
Implements

Constructors

ContainerRegistryTokenPasswordName(String)

Initializes a new instance of ContainerRegistryTokenPasswordName.

Properties

Password1

password1.

Password2

password2.

Methods

Equals(ContainerRegistryTokenPasswordName)

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(ContainerRegistryTokenPasswordName, ContainerRegistryTokenPasswordName)

Determines if two ContainerRegistryTokenPasswordName values are the same.

Implicit(String to ContainerRegistryTokenPasswordName)

Converts a string to a ContainerRegistryTokenPasswordName.

Inequality(ContainerRegistryTokenPasswordName, ContainerRegistryTokenPasswordName)

Determines if two ContainerRegistryTokenPasswordName values are not the same.

Applies to