你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ClustersOperationsExtensions 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
ClustersOperations 的扩展方法。
public static class ClustersOperationsExtensions
type ClustersOperationsExtensions = class
Public Module ClustersOperationsExtensions
- 继承
-
ClustersOperationsExtensions
方法
Create(IClustersOperations, String, String, Cluster)
|
创建 HCI 群集。
|
CreateAsync(IClustersOperations, String, String, Cluster, CancellationToken)
|
创建 HCI 群集。
|
Delete(IClustersOperations, String, String)
|
删除 HCI 群集。
|
DeleteAsync(IClustersOperations, String, String, CancellationToken)
|
删除 HCI 群集。
|
Get(IClustersOperations, String, String)
|
获取 HCI 群集。
|
GetAsync(IClustersOperations, String, String, CancellationToken)
|
获取 HCI 群集。
|
ListByResourceGroup(IClustersOperations, String)
|
列出资源组中的所有 HCI 群集。
|
ListByResourceGroupAsync(IClustersOperations, String, CancellationToken)
|
列出资源组中的所有 HCI 群集。
|
ListByResourceGroupNext(IClustersOperations, String)
|
列出资源组中的所有 HCI 群集。
|
ListByResourceGroupNextAsync(IClustersOperations, String, CancellationToken)
|
列出资源组中的所有 HCI 群集。
|
ListBySubscription(IClustersOperations)
|
列出订阅中的所有 HCI 群集。
|
ListBySubscriptionAsync(IClustersOperations, CancellationToken)
|
列出订阅中的所有 HCI 群集。
|
ListBySubscriptionNext(IClustersOperations, String)
|
列出订阅中的所有 HCI 群集。
|
ListBySubscriptionNextAsync(IClustersOperations, String, CancellationToken)
|
列出订阅中的所有 HCI 群集。
|
Update(IClustersOperations, String, String, IDictionary<String,String>)
|
更新 HCI 群集。
|
UpdateAsync(IClustersOperations, String, String, IDictionary<String,String>, CancellationToken)
|
更新 HCI 群集。
|
适用于