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

ContainerInstanceExtensions.GetContainerGroups 方法

定义

重载

GetContainerGroups(ResourceGroupResource)

获取 ResourceGroupResource 中 ContainerGroupResources 的集合。

GetContainerGroups(SubscriptionResource, CancellationToken)

获取指定订阅中的容器组列表。 此操作返回每个容器组的属性,包括容器、映像注册表凭据、重启策略、IP 地址类型、OS 类型、状态和卷。

  • 请求路径/subscriptions/{subscriptionId}/providers/Microsoft.ContainerInstance/containerGroups
  • 操作IdContainerGroups_List

GetContainerGroups(ResourceGroupResource)

获取 ResourceGroupResource 中 ContainerGroupResources 的集合。

public static Azure.ResourceManager.ContainerInstance.ContainerGroupCollection GetContainerGroups (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);
static member GetContainerGroups : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.ContainerInstance.ContainerGroupCollection
<Extension()>
Public Function GetContainerGroups (resourceGroupResource As ResourceGroupResource) As ContainerGroupCollection

参数

resourceGroupResource
ResourceGroupResource

方法 ResourceGroupResource 将对其执行的实例。

返回

一个 对象,表示 ContainerGroupResources 的集合及其在 ContainerGroupResource 上的操作。

适用于

GetContainerGroups(SubscriptionResource, CancellationToken)

获取指定订阅中的容器组列表。 此操作返回每个容器组的属性,包括容器、映像注册表凭据、重启策略、IP 地址类型、OS 类型、状态和卷。

  • 请求路径/subscriptions/{subscriptionId}/providers/Microsoft.ContainerInstance/containerGroups
  • 操作IdContainerGroups_List
public static Azure.Pageable<Azure.ResourceManager.ContainerInstance.ContainerGroupResource> GetContainerGroups (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetContainerGroups : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ContainerInstance.ContainerGroupResource>
<Extension()>
Public Function GetContainerGroups (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ContainerGroupResource)

参数

subscriptionResource
SubscriptionResource

方法 SubscriptionResource 将对其执行的实例。

cancellationToken
CancellationToken

要使用的取消标记。

返回

可能需要多个服务请求来循环访问的 的 ContainerGroupResource 集合。

适用于