ContainerRegistryExtensions 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.
A class to add extension methods to Azure.ResourceManager.ContainerRegistry.
public static class ContainerRegistryExtensions
type ContainerRegistryExtensions = class
Public Module ContainerRegistryExtensions
- Inheritance
-
ContainerRegistryExtensions
Methods
CheckContainerRegistryNameAvailability(SubscriptionResource, ContainerRegistryNameAvailabilityContent, CancellationToken) |
Checks whether the container registry name is available for use. The name must contain only alphanumeric characters, be globally unique, and between 5 and 50 characters in length.
|
CheckContainerRegistryNameAvailabilityAsync(SubscriptionResource, ContainerRegistryNameAvailabilityContent, CancellationToken) |
Checks whether the container registry name is available for use. The name must contain only alphanumeric characters, be globally unique, and between 5 and 50 characters in length.
|
GetContainerRegistries(ResourceGroupResource) |
Gets a collection of ContainerRegistryResources in the ResourceGroupResource. MockingTo mock this method, please mock GetContainerRegistries() instead. |
GetContainerRegistries(SubscriptionResource, CancellationToken) |
Lists all the container registries under the specified subscription.
|
GetContainerRegistriesAsync(SubscriptionResource, CancellationToken) |
Lists all the container registries under the specified subscription.
|
GetContainerRegistry(ResourceGroupResource, String, CancellationToken) |
Gets the properties of the specified container registry.
|
GetContainerRegistryAgentPoolResource(ArmClient, ResourceIdentifier) |
Gets an object representing a ContainerRegistryAgentPoolResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a ContainerRegistryAgentPoolResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetContainerRegistryAgentPoolResource(ResourceIdentifier) instead. |
GetContainerRegistryAsync(ResourceGroupResource, String, CancellationToken) |
Gets the properties of the specified container registry.
|
GetContainerRegistryPrivateEndpointConnectionResource(ArmClient, ResourceIdentifier) |
Gets an object representing a ContainerRegistryPrivateEndpointConnectionResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a ContainerRegistryPrivateEndpointConnectionResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetContainerRegistryPrivateEndpointConnectionResource(ResourceIdentifier) instead. |
GetContainerRegistryPrivateLinkResource(ArmClient, ResourceIdentifier) |
Gets an object representing a ContainerRegistryPrivateLinkResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a ContainerRegistryPrivateLinkResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetContainerRegistryPrivateLinkResource(ResourceIdentifier) instead. |
GetContainerRegistryReplicationResource(ArmClient, ResourceIdentifier) |
Gets an object representing a ContainerRegistryReplicationResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a ContainerRegistryReplicationResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetContainerRegistryReplicationResource(ResourceIdentifier) instead. |
GetContainerRegistryResource(ArmClient, ResourceIdentifier) |
Gets an object representing a ContainerRegistryResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a ContainerRegistryResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetContainerRegistryResource(ResourceIdentifier) instead. |
GetContainerRegistryRunResource(ArmClient, ResourceIdentifier) |
Gets an object representing a ContainerRegistryRunResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a ContainerRegistryRunResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetContainerRegistryRunResource(ResourceIdentifier) instead. |
GetContainerRegistryTaskResource(ArmClient, ResourceIdentifier) |
Gets an object representing a ContainerRegistryTaskResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a ContainerRegistryTaskResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetContainerRegistryTaskResource(ResourceIdentifier) instead. |
GetContainerRegistryTaskRunResource(ArmClient, ResourceIdentifier) |
Gets an object representing a ContainerRegistryTaskRunResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a ContainerRegistryTaskRunResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetContainerRegistryTaskRunResource(ResourceIdentifier) instead. |
GetContainerRegistryTokenResource(ArmClient, ResourceIdentifier) |
Gets an object representing a ContainerRegistryTokenResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a ContainerRegistryTokenResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetContainerRegistryTokenResource(ResourceIdentifier) instead. |
GetContainerRegistryWebhookResource(ArmClient, ResourceIdentifier) |
Gets an object representing a ContainerRegistryWebhookResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a ContainerRegistryWebhookResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetContainerRegistryWebhookResource(ResourceIdentifier) instead. |
GetScopeMapResource(ArmClient, ResourceIdentifier) |
Gets an object representing a ScopeMapResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a ScopeMapResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetScopeMapResource(ResourceIdentifier) instead. |
Applies to
Azure SDK for .NET