IContainerGroupsOperations Interface

Definition

ContainerGroupsOperations operations.

public interface IContainerGroupsOperations
type IContainerGroupsOperations = interface
Public Interface IContainerGroupsOperations

Methods

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, ContainerGroupInner, Dictionary<String,List<String>>, CancellationToken)

Create or update container groups.

BeginRestartWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Restarts all containers in a container group.

BeginStartWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Starts all containers in a container group.

CreateOrUpdateWithHttpMessagesAsync(String, String, ContainerGroupInner, Dictionary<String,List<String>>, CancellationToken)

Create or update container groups.

DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Delete the specified container group.

GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Get the properties of the specified container group.

ListByResourceGroupNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Get a list of container groups in the specified subscription and resource group.

ListByResourceGroupWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Get a list of container groups in the specified subscription and resource group.

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Get a list of container groups in the specified subscription.

ListWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)

Get a list of container groups in the specified subscription.

RestartWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Restarts all containers in a container group.

StartWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Starts all containers in a container group.

StopWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Stops all containers in a container group.

UpdateWithHttpMessagesAsync(String, String, ResourceInner, Dictionary<String,List<String>>, CancellationToken)

Update container groups.

Extension Methods

BeginCreateOrUpdateAsync(IContainerGroupsOperations, String, String, ContainerGroupInner, CancellationToken)

Create or update container groups.

BeginRestartAsync(IContainerGroupsOperations, String, String, CancellationToken)

Restarts all containers in a container group.

BeginStartAsync(IContainerGroupsOperations, String, String, CancellationToken)

Starts all containers in a container group.

CreateOrUpdateAsync(IContainerGroupsOperations, String, String, ContainerGroupInner, CancellationToken)

Create or update container groups.

DeleteAsync(IContainerGroupsOperations, String, String, CancellationToken)

Delete the specified container group.

GetAsync(IContainerGroupsOperations, String, String, CancellationToken)

Get the properties of the specified container group.

ListAsync(IContainerGroupsOperations, CancellationToken)

Get a list of container groups in the specified subscription.

ListByResourceGroupAsync(IContainerGroupsOperations, String, CancellationToken)

Get a list of container groups in the specified subscription and resource group.

ListByResourceGroupNextAsync(IContainerGroupsOperations, String, CancellationToken)

Get a list of container groups in the specified subscription and resource group.

ListNextAsync(IContainerGroupsOperations, String, CancellationToken)

Get a list of container groups in the specified subscription.

RestartAsync(IContainerGroupsOperations, String, String, CancellationToken)

Restarts all containers in a container group.

StartAsync(IContainerGroupsOperations, String, String, CancellationToken)

Starts all containers in a container group.

StopAsync(IContainerGroupsOperations, String, String, CancellationToken)

Stops all containers in a container group.

UpdateAsync(IContainerGroupsOperations, String, String, ResourceInner, CancellationToken)

Update container groups.

Applies to