ContainerInstanceExtensions 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.ContainerInstance.
public static class ContainerInstanceExtensions
type ContainerInstanceExtensions = class
Public Module ContainerInstanceExtensions
- Inheritance
-
ContainerInstanceExtensions
Methods
DeleteSubnetServiceAssociationLink(ResourceGroupResource, WaitUntil, String, String, CancellationToken) |
Delete container group virtual network association links. The operation does not delete other resources provided by the user.
|
DeleteSubnetServiceAssociationLinkAsync(ResourceGroupResource, WaitUntil, String, String, CancellationToken) |
Delete container group virtual network association links. The operation does not delete other resources provided by the user.
|
GetCachedImagesWithLocation(SubscriptionResource, AzureLocation, CancellationToken) |
Get the list of cached images on specific OS type for a subscription in a region.
|
GetCachedImagesWithLocationAsync(SubscriptionResource, AzureLocation, CancellationToken) |
Get the list of cached images on specific OS type for a subscription in a region.
|
GetCapabilitiesWithLocation(SubscriptionResource, AzureLocation, CancellationToken) |
Get the list of CPU/memory/GPU capabilities of a region.
|
GetCapabilitiesWithLocationAsync(SubscriptionResource, AzureLocation, CancellationToken) |
Get the list of CPU/memory/GPU capabilities of a region.
|
GetContainerGroup(ResourceGroupResource, String, CancellationToken) |
Gets the properties of the specified container group in the specified subscription and resource group. The operation returns the properties of each container group including containers, image registry credentials, restart policy, IP address type, OS type, state, and volumes.
|
GetContainerGroupAsync(ResourceGroupResource, String, CancellationToken) |
Gets the properties of the specified container group in the specified subscription and resource group. The operation returns the properties of each container group including containers, image registry credentials, restart policy, IP address type, OS type, state, and volumes.
|
GetContainerGroupProfile(ResourceGroupResource, String, CancellationToken) |
Gets the properties of the specified container group profile in the specified subscription and resource group. The operation returns the properties of container group profile including containers, image registry credentials, restart policy, IP address type, OS type, volumes, current revision number, etc.
|
GetContainerGroupProfileAsync(ResourceGroupResource, String, CancellationToken) |
Gets the properties of the specified container group profile in the specified subscription and resource group. The operation returns the properties of container group profile including containers, image registry credentials, restart policy, IP address type, OS type, volumes, current revision number, etc.
|
GetContainerGroupProfileResource(ArmClient, ResourceIdentifier) |
Gets an object representing a ContainerGroupProfileResource 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 ContainerGroupProfileResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetContainerGroupProfileResource(ResourceIdentifier) instead. |
GetContainerGroupProfileRevisionResource(ArmClient, ResourceIdentifier) |
Gets an object representing a ContainerGroupProfileRevisionResource 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 ContainerGroupProfileRevisionResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetContainerGroupProfileRevisionResource(ResourceIdentifier) instead. |
GetContainerGroupProfiles(ResourceGroupResource) |
Gets a collection of ContainerGroupProfileResources in the ResourceGroupResource. MockingTo mock this method, please mock GetContainerGroupProfiles() instead. |
GetContainerGroupProfiles(SubscriptionResource, CancellationToken) |
Get a list of container group profiles in the specified subscription. This operation returns properties of each container group profile including containers, image registry credentials, restart policy, IP address type, OS type,volumes,current revision number, etc.
|
GetContainerGroupProfilesAsync(SubscriptionResource, CancellationToken) |
Get a list of container group profiles in the specified subscription. This operation returns properties of each container group profile including containers, image registry credentials, restart policy, IP address type, OS type,volumes,current revision number, etc.
|
GetContainerGroupResource(ArmClient, ResourceIdentifier) |
Gets an object representing a ContainerGroupResource 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 ContainerGroupResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetContainerGroupResource(ResourceIdentifier) instead. |
GetContainerGroups(ResourceGroupResource) |
Gets a collection of ContainerGroupResources in the ResourceGroupResource. MockingTo mock this method, please mock GetContainerGroups() instead. |
GetContainerGroups(SubscriptionResource, CancellationToken) |
Get a list of container groups in the specified subscription. This operation returns properties of each container group including containers, image registry credentials, restart policy, IP address type, OS type, state, and volumes.
|
GetContainerGroupsAsync(SubscriptionResource, CancellationToken) |
Get a list of container groups in the specified subscription. This operation returns properties of each container group including containers, image registry credentials, restart policy, IP address type, OS type, state, and volumes.
|
GetUsagesWithLocation(SubscriptionResource, AzureLocation, CancellationToken) |
Get the usage for a subscription
|
GetUsagesWithLocationAsync(SubscriptionResource, AzureLocation, CancellationToken) |
Get the usage for a subscription
|
Applies to
Azure SDK for .NET