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

ContainerGroupsOperationsExtensions 类

定义

ContainerGroupsOperations 的扩展方法。

public static class ContainerGroupsOperationsExtensions
type ContainerGroupsOperationsExtensions = class
Public Module ContainerGroupsOperationsExtensions
继承
ContainerGroupsOperationsExtensions

方法

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)

更新容器组。

适用于