CGProfilesOperations interface
表示CGProfiles操作的接口。
属性
| list |
获取资源组下所有容器组配置文件的列表。 |
| list |
获取订阅下所有容器组配置文件的列表。 |
属性详细信息
listByResourceGroup
获取资源组下所有容器组配置文件的列表。
listByResourceGroup: (resourceGroupName: string, options?: CGProfilesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<ContainerGroupProfile, ContainerGroupProfile[], PageSettings>
属性值
(resourceGroupName: string, options?: CGProfilesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<ContainerGroupProfile, ContainerGroupProfile[], PageSettings>
listBySubscription
获取订阅下所有容器组配置文件的列表。
listBySubscription: (options?: CGProfilesListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<ContainerGroupProfile, ContainerGroupProfile[], PageSettings>
属性值
(options?: CGProfilesListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<ContainerGroupProfile, ContainerGroupProfile[], PageSettings>