你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IContainerGroupsOperations 接口

定义

ContainerGroupsOperations 操作。

public interface IContainerGroupsOperations
type IContainerGroupsOperations = interface
Public Interface IContainerGroupsOperations

方法

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

创建或更新容器组。

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

重启容器组中的所有容器。

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

启动容器组中的所有容器。

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

创建或更新容器组。

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

删除指定的容器组。

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

获取指定容器组的属性。

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

获取指定订阅和资源组中的容器组列表。

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

获取指定订阅和资源组中的容器组列表。

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

获取指定订阅中的容器组列表。

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

获取指定订阅中的容器组列表。

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

重启容器组中的所有容器。

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

启动容器组中的所有容器。

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

停止容器组中的所有容器。

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

更新容器组。

扩展方法

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

创建或更新容器组。

BeginRestartAsync(IContainerGroupsOperations, String, String, CancellationToken)

重启容器组中的所有容器。

BeginStartAsync(IContainerGroupsOperations, String, String, CancellationToken)

启动容器组中的所有容器。

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

创建或更新容器组。

DeleteAsync(IContainerGroupsOperations, String, String, CancellationToken)

删除指定的容器组。

GetAsync(IContainerGroupsOperations, String, String, CancellationToken)

获取指定容器组的属性。

ListAsync(IContainerGroupsOperations, CancellationToken)

获取指定订阅中的容器组列表。

ListByResourceGroupAsync(IContainerGroupsOperations, String, CancellationToken)

获取指定订阅和资源组中的容器组列表。

ListByResourceGroupNextAsync(IContainerGroupsOperations, String, CancellationToken)

获取指定订阅和资源组中的容器组列表。

ListNextAsync(IContainerGroupsOperations, String, CancellationToken)

获取指定订阅中的容器组列表。

RestartAsync(IContainerGroupsOperations, String, String, CancellationToken)

重启容器组中的所有容器。

StartAsync(IContainerGroupsOperations, String, String, CancellationToken)

启动容器组中的所有容器。

StopAsync(IContainerGroupsOperations, String, String, CancellationToken)

停止容器组中的所有容器。

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

更新容器组。

适用于