Condividi tramite


IotOperationsRegistryEndpointProperties.Authentication Property

Definition

The authentication settings for the Azure Container Registry. Please note RegistryEndpointAuthentication is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include RegistryEndpointAnonymousAuthentication, RegistryEndpointArtifactPullSecretAuthentication, RegistryEndpointSystemAssignedIdentityAuthentication and RegistryEndpointUserAssignedIdentityAuthentication.

public Azure.ResourceManager.IotOperations.Models.RegistryEndpointAuthentication Authentication { get; set; }
member this.Authentication : Azure.ResourceManager.IotOperations.Models.RegistryEndpointAuthentication with get, set
Public Property Authentication As RegistryEndpointAuthentication

Property Value

Applies to