Language

ContainerRegistryAuthType Struct

Definition

The authentication type used for the connected registry to sync with its parent.

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

Constructors

Name Description
ContainerRegistryAuthType(String)

Initializes a new instance of ContainerRegistryAuthType.

Properties

Name Description
ManagedIdentity

Sync authentication is done using managed identity.

SyncToken

Sync authentication is done using ACR tokens.

Methods

Name Description
Equals(ContainerRegistryAuthType)

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

Determines if two ContainerRegistryAuthType values are the same.

Implicit(String to ContainerRegistryAuthType)

Converts a string to a ContainerRegistryAuthType.

Implicit(String to Nullable<ContainerRegistryAuthType>)
Inequality(ContainerRegistryAuthType, ContainerRegistryAuthType)

Determines if two ContainerRegistryAuthType values are not the same.

Applies to