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

IContainerGroupsOperations 接口

定义

ContainerGroupsOperations 操作。

public interface IContainerGroupsOperations
type IContainerGroupsOperations = interface
Public Interface IContainerGroupsOperations

方法

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

创建或更新容器组。

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

删除指定的容器组。

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

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

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

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

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

创建或更新容器组。

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

删除指定的容器组。

GetOutboundNetworkDependenciesEndpointsWithHttpMessagesAsync(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, Resource, Dictionary<String,List<String>>, CancellationToken)

更新容器组。

扩展方法

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)

更新容器组。

适用于