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

CloudServiceCollection 类

定义

表示 及其操作的集合的 CloudServiceResource 类。 CloudServiceResource集合中的每个 都将属于 的ResourceGroupResource同一实例。 若要获取 CloudServiceCollection 实例,请从 实例 ResourceGroupResource调用 GetCloudServices 方法。

public class CloudServiceCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.Compute.CloudServiceResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Compute.CloudServiceResource>
type CloudServiceCollection = class
    inherit ArmCollection
    interface seq<CloudServiceResource>
    interface IEnumerable
    interface IAsyncEnumerable<CloudServiceResource>
Public Class CloudServiceCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of CloudServiceResource), IEnumerable(Of CloudServiceResource)
继承
CloudServiceCollection
实现

构造函数

CloudServiceCollection()

初始化 类的新实例 CloudServiceCollection 以便模拟。

属性

Client

获取 ArmClient 创建此资源客户端的源。

(继承自 ArmCollection)
Diagnostics

获取此资源客户端的诊断选项。

(继承自 ArmCollection)
Endpoint

获取此资源客户端的基 URI。

(继承自 ArmCollection)
Id

获取资源标识符。

(继承自 ArmCollection)
Pipeline

获取此资源客户端的管道。

(继承自 ArmCollection)

方法

CreateOrUpdate(WaitUntil, String, CloudServiceData, CancellationToken)

创建或更新云服务。 请注意,某些属性只能在创建云服务期间设置。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}
  • 操作IdCloudServices_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, CloudServiceData, CancellationToken)

创建或更新云服务。 请注意,某些属性只能在创建云服务期间设置。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}
  • 操作IdCloudServices_CreateOrUpdate
Exists(String, CancellationToken)

检查 Azure 中是否存在资源。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}
  • 操作IdCloudServices_Get
ExistsAsync(String, CancellationToken)

检查 Azure 中是否存在资源。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}
  • 操作IdCloudServices_Get
Get(String, CancellationToken)

显示有关云服务的信息。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}
  • 操作IdCloudServices_Get
GetAll(CancellationToken)

获取资源组下的所有云服务的列表。 在响应中使用 nextLink 属性可获取云服务的下一页。 执行此操作,直到 nextLink 为 null 可提取所有云服务。

  • 请求路径/订阅/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices
  • 操作IdCloudServices_List
GetAllAsync(CancellationToken)

获取资源组下的所有云服务的列表。 在响应中使用 nextLink 属性可获取云服务的下一页。 执行此操作,直到 nextLink 为 null 可提取所有云服务。

  • 请求路径/订阅/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices
  • 操作IdCloudServices_List
GetAsync(String, CancellationToken)

显示有关云服务的信息。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}
  • 操作IdCloudServices_Get
TryGetApiVersion(ResourceType, String)

获取 API 版本替代(如果已为当前客户端选项设置)。

(继承自 ArmCollection)

显式接口实现

IAsyncEnumerable<CloudServiceResource>.GetAsyncEnumerator(CancellationToken)

返回一个异步循环访问集合的枚举器。

IEnumerable.GetEnumerator()

返回循环访问集合的枚举数。

IEnumerable<CloudServiceResource>.GetEnumerator()

返回一个循环访问集合的枚举器。

适用于