ContainerRegistryCacheAuthentication Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Authentication configuration used by a cache rule to access an upstream registry. Please note this is the abstract base class. The derived classes available for instantiation are: GoogleArtifactRegistryCacheAuthentication.
[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.ContainerRegistry.Models.UnknownContainerRegistryCacheAuthentication))]
public abstract class ContainerRegistryCacheAuthentication : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryCacheAuthentication>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryCacheAuthentication>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.ContainerRegistry.Models.UnknownContainerRegistryCacheAuthentication))>]
type ContainerRegistryCacheAuthentication = class
interface IJsonModel<ContainerRegistryCacheAuthentication>
interface IPersistableModel<ContainerRegistryCacheAuthentication>
Public MustInherit Class ContainerRegistryCacheAuthentication
Implements IJsonModel(Of ContainerRegistryCacheAuthentication), IPersistableModel(Of ContainerRegistryCacheAuthentication)
- Inheritance
-
ContainerRegistryCacheAuthentication
- Derived
- Attributes
- Implements