Freigeben über


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

Name Description
ContainerRegistryTokenPasswordName(String)

Initializes a new instance of ContainerRegistryTokenPasswordName.

Properties

Name Description
Password1

password1.

Password2

password2.

Methods

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

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