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

ContainerGroupsOperationsExtensions 类

定义

ContainerGroupsOperations 的扩展方法。

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

方法

BeginCreateOrUpdate(IContainerGroupsOperations, String, String, ContainerGroup)

创建或更新容器组。

BeginCreateOrUpdateAsync(IContainerGroupsOperations, String, String, ContainerGroup, CancellationToken)

创建或更新容器组。

BeginDelete(IContainerGroupsOperations, String, String)

删除指定的容器组。

BeginDeleteAsync(IContainerGroupsOperations, String, String, CancellationToken)

删除指定的容器组。

BeginRestart(IContainerGroupsOperations, String, String)

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

BeginRestartAsync(IContainerGroupsOperations, String, String, CancellationToken)

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

BeginStart(IContainerGroupsOperations, String, String)

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

BeginStartAsync(IContainerGroupsOperations, String, String, CancellationToken)

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

CreateOrUpdate(IContainerGroupsOperations, String, String, ContainerGroup)

创建或更新容器组。

CreateOrUpdateAsync(IContainerGroupsOperations, String, String, ContainerGroup, CancellationToken)

创建或更新容器组。

Delete(IContainerGroupsOperations, String, String)

删除指定的容器组。

DeleteAsync(IContainerGroupsOperations, String, String, CancellationToken)

删除指定的容器组。

Get(IContainerGroupsOperations, String, String)

获取指定容器组的属性。

GetAsync(IContainerGroupsOperations, String, String, CancellationToken)

获取指定容器组的属性。

GetOutboundNetworkDependenciesEndpoints(IContainerGroupsOperations, String, String)

获取容器组的所有网络依赖项。

GetOutboundNetworkDependenciesEndpointsAsync(IContainerGroupsOperations, String, String, CancellationToken)

获取容器组的所有网络依赖项。

List(IContainerGroupsOperations)

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

ListAsync(IContainerGroupsOperations, CancellationToken)

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

ListByResourceGroup(IContainerGroupsOperations, String)

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

ListByResourceGroupAsync(IContainerGroupsOperations, String, CancellationToken)

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

ListByResourceGroupNext(IContainerGroupsOperations, String)

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

ListByResourceGroupNextAsync(IContainerGroupsOperations, String, CancellationToken)

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

ListNext(IContainerGroupsOperations, String)

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

ListNextAsync(IContainerGroupsOperations, String, CancellationToken)

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

Restart(IContainerGroupsOperations, String, String)

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

RestartAsync(IContainerGroupsOperations, String, String, CancellationToken)

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

Start(IContainerGroupsOperations, String, String)

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

StartAsync(IContainerGroupsOperations, String, String, CancellationToken)

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

Stop(IContainerGroupsOperations, String, String)

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

StopAsync(IContainerGroupsOperations, String, String, CancellationToken)

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

Update(IContainerGroupsOperations, String, String, Resource)

更新容器组。

UpdateAsync(IContainerGroupsOperations, String, String, Resource, CancellationToken)

更新容器组。

适用于