RegistryEndpointAuthentication Class

Definition

Model for RegistryEndpointAuthentication Please note this is the abstract base class. The derived classes available for instantiation are: RegistryEndpointSystemAssignedIdentityAuthentication, RegistryEndpointUserAssignedIdentityAuthentication, RegistryEndpointAnonymousAuthentication, and RegistryEndpointArtifactPullSecretAuthentication.

[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.IotOperations.Models.UnknownRegistryEndpointAuthentication))]
public abstract class RegistryEndpointAuthentication : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.IotOperations.Models.RegistryEndpointAuthentication>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.IotOperations.Models.RegistryEndpointAuthentication>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.IotOperations.Models.UnknownRegistryEndpointAuthentication))>]
type RegistryEndpointAuthentication = class
    interface IJsonModel<RegistryEndpointAuthentication>
    interface IPersistableModel<RegistryEndpointAuthentication>
Public MustInherit Class RegistryEndpointAuthentication
Implements IJsonModel(Of RegistryEndpointAuthentication), IPersistableModel(Of RegistryEndpointAuthentication)
Inheritance
RegistryEndpointAuthentication
Derived
Attributes
Implements

Applies to