IDefinition 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.
Container interface for all the definitions related to a registry.
public interface IDefinition : Microsoft.Azure.Management.ContainerRegistry.Fluent.Registry.Definition.IBlank, Microsoft.Azure.Management.ContainerRegistry.Fluent.Registry.Definition.IWithCreate, Microsoft.Azure.Management.ContainerRegistry.Fluent.Registry.Definition.IWithGroup, Microsoft.Azure.Management.ContainerRegistry.Fluent.Registry.Definition.IWithSku, Microsoft.Azure.Management.ContainerRegistry.Fluent.Registry.Definition.IWithStorageAccount, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithCreatableResourceGroup<Microsoft.Azure.Management.ContainerRegistry.Fluent.Registry.Definition.IWithSku>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithExistingResourceGroup<Microsoft.Azure.Management.ContainerRegistry.Fluent.Registry.Definition.IWithSku>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithGroup<Microsoft.Azure.Management.ContainerRegistry.Fluent.Registry.Definition.IWithSku>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithNewResourceGroup<Microsoft.Azure.Management.ContainerRegistry.Fluent.Registry.Definition.IWithSku>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Definition.IDefinitionWithRegion<Microsoft.Azure.Management.ContainerRegistry.Fluent.Registry.Definition.IWithGroup>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Definition.IDefinitionWithTags<Microsoft.Azure.Management.ContainerRegistry.Fluent.Registry.Definition.IWithCreate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.ContainerRegistry.Fluent.IRegistry>
type IDefinition = interface
interface IBlank
interface IDefinitionWithRegion<IWithGroup>
interface IWithGroup
interface IBeta
interface IWithGroup<IWithSku>
interface IWithExistingResourceGroup<IWithSku>
interface IWithNewResourceGroup<IWithSku>
interface IWithCreatableResourceGroup<IWithSku>
interface IWithSku
interface IWithSkuBeta
interface IWithStorageAccount
interface IWithStorageAccountBeta
interface IWithCreate
interface ICreatable<IRegistry>
interface IIndexable
interface IWithAdminUserEnabled
interface IWithWebhook
interface IDefinitionWithTags<IWithCreate>
Public Interface IDefinition
Implements IBeta, IBlank, ICreatable(Of IRegistry), IDefinitionWithRegion(Of IWithGroup), IDefinitionWithTags(Of IWithCreate), IWithCreatableResourceGroup(Of IWithSku), IWithCreate, IWithExistingResourceGroup(Of IWithSku), IWithGroup, IWithGroup(Of IWithSku), IWithNewResourceGroup(Of IWithSku), IWithSku, IWithStorageAccount
- Implements
-
IBlank IWithAdminUserEnabled IWithCreate IWithGroup IWithSku IWithSkuBeta IWithStorageAccount IWithStorageAccountBeta IWithWebhook IWithCreatableResourceGroup<IWithSku> IWithCreatableResourceGroup<T> IWithExistingResourceGroup<IWithSku> IWithExistingResourceGroup<T> IWithGroup<IWithSku> IWithNewResourceGroup<IWithSku> IWithNewResourceGroup<T> IBeta IDefinitionWithRegion<IWithGroup> IDefinitionWithTags<IWithCreate> ICreatable<IRegistry> IIndexable
Properties
Key | (Inherited from IIndexable) |
Name |
Gets the name of the creatable resource. (Inherited from ICreatable<T>) |
Methods
Create() |
Execute the create request. (Inherited from ICreatable<T>) |
CreateAsync(CancellationToken, Boolean) |
Puts the request into the queue and allow the HTTP client to execute it when system resources are available. (Inherited from ICreatable<T>) |
DefineWebhook(String) |
Begins the definition of a new webhook to be added to this container registry. (Inherited from IWithWebhook) |
WithBasicSku() |
Creates a 'managed' registry with a 'Basic' SKU type. (Inherited from IWithSkuBeta) |
WithClassicSku() |
Creates a container registry with a 'Classic' SKU type. (Inherited from IWithSkuBeta) |
WithExistingResourceGroup(IResourceGroup) |
Associates the resource with an existing resource group. (Inherited from IWithExistingResourceGroup<T>) |
WithExistingResourceGroup(String) |
Associates the resource with an existing resource group. (Inherited from IWithExistingResourceGroup<T>) |
WithExistingStorageAccount(IStorageAccount) |
The parameters of a storage account for the container registry. If specified, the storage account must be in the same physical location as the container registry. (Inherited from IWithStorageAccount) |
WithExistingStorageAccount(String) |
The ID of an existing storage account for the container registry. If specified, the storage account must be in the same physical location as the container registry. (Inherited from IWithStorageAccountBeta) |
WithNewResourceGroup() | (Inherited from IWithNewResourceGroup<T>) |
WithNewResourceGroup(ICreatable<IResourceGroup>) |
Creates a new resource group to put the resource in, based on the definition specified. (Inherited from IWithCreatableResourceGroup<T>) |
WithNewResourceGroup(String) | (Inherited from IWithNewResourceGroup<T>) |
WithNewStorageAccount(ICreatable<IStorageAccount>) |
The parameters for a storage account for the container registry. If specified, the storage account must be in the same physical location as the container registry. (Inherited from IWithStorageAccount) |
WithNewStorageAccount(String) |
The parameters for a storage account for the container registry. A new storage account with default setting and specified name will be created. (Inherited from IWithStorageAccountBeta) |
WithPremiumSku() |
Creates a 'managed' registry with a 'Premium' SKU type. (Inherited from IWithSkuBeta) |
WithRegion(Region) |
Specifies the region for the resource. (Inherited from IDefinitionWithRegion<T>) |
WithRegion(String) |
Specifies the region for the resource by name. (Inherited from IDefinitionWithRegion<T>) |
WithRegistryNameAsAdminUser() |
Enable admin user. (Inherited from IWithAdminUserEnabled) |
WithStandardSku() |
Creates a 'managed' registry with a 'Standard' SKU type. (Inherited from IWithSkuBeta) |
WithTag(String, String) |
Adds a tag to the resource. (Inherited from IDefinitionWithTags<T>) |
WithTags(IDictionary<String,String>) |
Specifies tags for the resource as a {@link Map}. (Inherited from IDefinitionWithTags<T>) |
Applies to
Azure SDK for .NET