IRegistries Interface
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.
Entry point to the registry management API.
public interface IRegistries : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsBatchCreation<Microsoft.Azure.Management.ContainerRegistry.Fluent.IRegistry>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsCreating<Microsoft.Azure.Management.ContainerRegistry.Fluent.Registry.Definition.IBlank>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsDeletingById, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsDeletingByResourceGroup, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingById<Microsoft.Azure.Management.ContainerRegistry.Fluent.IRegistry>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingByResourceGroup<Microsoft.Azure.Management.ContainerRegistry.Fluent.IRegistry>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListing<Microsoft.Azure.Management.ContainerRegistry.Fluent.IRegistry>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListingByResourceGroup<Microsoft.Azure.Management.ContainerRegistry.Fluent.IRegistry>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.ContainerRegistry.Fluent.IRegistriesOperations>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.ContainerRegistry.Fluent.IRegistryManager>
type IRegistries = interface
interface IBeta
interface ISupportsCreating<IBlank>
interface IHasManager<IRegistryManager>
interface IHasInner<IRegistriesOperations>
interface ISupportsBatchCreation<IRegistry>
interface ISupportsGettingById<IRegistry>
interface ISupportsDeletingById
interface ISupportsDeletingByResourceGroup
interface ISupportsListingByResourceGroup<IRegistry>
interface ISupportsGettingByResourceGroup<IRegistry>
interface ISupportsListing<IRegistry>
Public Interface IRegistries
Implements IBeta, IHasInner(Of IRegistriesOperations), IHasManager(Of IRegistryManager), ISupportsBatchCreation(Of IRegistry), ISupportsCreating(Of IBlank), ISupportsDeletingById, ISupportsDeletingByResourceGroup, ISupportsGettingById(Of IRegistry), ISupportsGettingByResourceGroup(Of IRegistry), ISupportsListing(Of IRegistry), ISupportsListingByResourceGroup(Of IRegistry)
- Implements
-
ISupportsBatchCreation<IRegistry> ISupportsCreating<IBlank> ISupportsDeletingById ISupportsDeletingByResourceGroup ISupportsGettingById<IRegistry> ISupportsGettingByResourceGroup<IRegistry> ISupportsListing<IRegistry> ISupportsListingByResourceGroup<IRegistry> IBeta IHasInner<IRegistriesOperations> IHasManager<IRegistryManager>
Properties
Inner | (Inherited from IHasInner<T>) |
Manager |
Gets the manager client type of this resource type. (Inherited from IHasManager<ManagerT>) |
Webhooks |
Gets returns entry point to manage container registry webhooks. |
Methods
CheckNameAvailability(String) |
Checks if the specified container registry name is valid and available. |
CheckNameAvailabilityAsync(String, CancellationToken) |
Checks if container registry name is valid and is not in use asynchronously. |
Create(ICreatable<IFluentResourceT>[]) |
Creates a set (batch) of resources. (Inherited from ISupportsBatchCreation<IFluentResourceT>) |
Create(IEnumerable<ICreatable<IFluentResourceT>>) |
Creates a set (batch) of resources. (Inherited from ISupportsBatchCreation<IFluentResourceT>) |
CreateAsync(IEnumerable<ICreatable<IFluentResourceT>>, CancellationToken) |
Creates a set (batch) of resources. (Inherited from ISupportsBatchCreation<IFluentResourceT>) |
Define(String) | (Inherited from ISupportsCreating<T>) |
DeleteById(String) |
Deletes a resource from Azure, identifying it by its resource ID. (Inherited from ISupportsDeletingById) |
DeleteByIdAsync(String, CancellationToken) |
Deletes a resource from Azure, identifying it by its resource ID. (Inherited from ISupportsDeletingById) |
DeleteByResourceGroup(String, String) |
Deletes a resource from Azure, identifying it by its name and its resource group. (Inherited from ISupportsDeletingByResourceGroup) |
DeleteByResourceGroupAsync(String, String, CancellationToken) |
Deletes a resource from Azure, identifying it by its name and its resource group. (Inherited from ISupportsDeletingByResourceGroup) |
GetBuildSourceUploadUrl(String, String) |
The function that gets the URL of the build source upload. |
GetBuildSourceUploadUrlAsync(String, String, CancellationToken) |
The function that gets the URL of the build source upload ashnchronously. |
GetById(String) |
Gets the information about a resource from Azure based on the resource id. (Inherited from ISupportsGettingById<T>) |
GetByIdAsync(String, CancellationToken) |
Gets the information about a resource from Azure based on the resource id. (Inherited from ISupportsGettingById<T>) |
GetByResourceGroup(String, String) |
Gets the information about a resource from Azure based on the resource name and the name of its resource group. (Inherited from ISupportsGettingByResourceGroup<T>) |
GetByResourceGroupAsync(String, String, CancellationToken) |
Gets the information about a resource from Azure based on the resource name and the name of its resource group. (Inherited from ISupportsGettingByResourceGroup<T>) |
GetCredentials(String, String) |
Gets the login credentials for the specified container registry. |
GetCredentialsAsync(String, String, CancellationToken) |
Gets the login credentials for the specified container registry. |
List() |
Lists all the resources of the specified type in the currently selected subscription. (Inherited from ISupportsListing<T>) |
ListAsync(Boolean, CancellationToken) |
Lists all the resources of the specified type in the currently selected subscription. (Inherited from ISupportsListing<T>) |
ListByResourceGroup(String) |
Lists resources of the specified type in the specified resource group. (Inherited from ISupportsListingByResourceGroup<T>) |
ListByResourceGroupAsync(String, Boolean, CancellationToken) |
Lists resources of the specified type in the specified resource group. (Inherited from ISupportsListingByResourceGroup<T>) |
ListQuotaUsages(String, String) |
Lists the quota usages for the specified container registry. |
ListQuotaUsagesAsync(String, String, CancellationToken) |
Lists the quota usages for the specified container registry. |
RegenerateCredential(String, String, AccessKeyType) |
Regenerates the value for one of the admin user access key for the specified container registry. |
RegenerateCredentialAsync(String, String, AccessKeyType, CancellationToken) |
Regenerates the value for one of the admin user access key for the specified container registry. |
Applies to
Azure SDK for .NET