你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
HybridComputeExtensions 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
用于将扩展方法添加到 Azure.ResourceManager.HybridCompute 的类。
public static class HybridComputeExtensions
type HybridComputeExtensions = class
Public Module HybridComputeExtensions
- 继承
-
HybridComputeExtensions
方法
GetExtensionValue(SubscriptionResource, AzureLocation, String, String, String, CancellationToken) |
获取基于位置、发布者、extensionType 和版本的扩展元数据
|
GetExtensionValueAsync(SubscriptionResource, AzureLocation, String, String, String, CancellationToken) |
获取基于位置、发布者、extensionType 和版本的扩展元数据
|
GetExtensionValueResource(ArmClient, ResourceIdentifier) |
获取一个 对象,该 ExtensionValueResource 对象表示 ,以及可对它执行但不带数据的实例操作。 可以使用 CreateResourceIdentifier(String, AzureLocation, String, String, String) 从其组件创建 ExtensionValueResourceResourceIdentifier 。 |
GetExtensionValues(SubscriptionResource, AzureLocation, String, String) |
获取 SubscriptionResource 中 ExtensionValueResources 的集合。 |
GetHybridComputeMachine(ResourceGroupResource, String, Nullable<InstanceViewType>, CancellationToken) |
检索有关混合计算机的模型视图或实例视图的信息。
|
GetHybridComputeMachineAsync(ResourceGroupResource, String, Nullable<InstanceViewType>, CancellationToken) |
检索有关混合计算机的模型视图或实例视图的信息。
|
GetHybridComputeMachineExtensionResource(ArmClient, ResourceIdentifier) |
获取一个 对象,该 HybridComputeMachineExtensionResource 对象表示 ,以及可对它执行但没有数据的实例操作。 可以使用 CreateResourceIdentifier(String, String, String, String) 从其组件创建 HybridComputeMachineExtensionResourceResourceIdentifier 。 |
GetHybridComputeMachineResource(ArmClient, ResourceIdentifier) |
获取一个 对象,该 HybridComputeMachineResource 对象表示 ,以及可对它执行但没有数据的实例操作。 可以使用 CreateResourceIdentifier(String, String, String) 从其组件创建 HybridComputeMachineResourceResourceIdentifier 。 |
GetHybridComputeMachines(ResourceGroupResource) |
获取 ResourceGroupResource 中 HybridComputeMachineResources 的集合。 |
GetHybridComputeMachines(SubscriptionResource, CancellationToken) |
列出指定订阅中的所有混合计算机。 在响应中使用 nextLink 属性获取混合计算机的下一页。
|
GetHybridComputeMachinesAsync(SubscriptionResource, CancellationToken) |
列出指定订阅中的所有混合计算机。 在响应中使用 nextLink 属性获取混合计算机的下一页。
|
GetHybridComputePrivateEndpointConnectionResource(ArmClient, ResourceIdentifier) |
获取一个 对象,该 HybridComputePrivateEndpointConnectionResource 对象表示 ,以及可对它执行但没有数据的实例操作。 可以使用 CreateResourceIdentifier(String, String, String, String) 从其组件创建 HybridComputePrivateEndpointConnectionResourceResourceIdentifier 。 |
GetHybridComputePrivateLinkResource(ArmClient, ResourceIdentifier) |
获取一个 对象,该 HybridComputePrivateLinkResource 对象表示 ,以及可对它执行但没有数据的实例操作。 可以使用 CreateResourceIdentifier(String, String, String, String) 从其组件创建 HybridComputePrivateLinkResourceResourceIdentifier 。 |
GetHybridComputePrivateLinkScope(ResourceGroupResource, String, CancellationToken) |
返回 Azure Arc PrivateLinkScope。
|
GetHybridComputePrivateLinkScopeAsync(ResourceGroupResource, String, CancellationToken) |
返回 Azure Arc PrivateLinkScope。
|
GetHybridComputePrivateLinkScopeResource(ArmClient, ResourceIdentifier) |
获取一个 对象,该 HybridComputePrivateLinkScopeResource 对象表示 ,以及可对它执行但没有数据的实例操作。 可以使用 CreateResourceIdentifier(String, String, String) 从其组件创建 HybridComputePrivateLinkScopeResourceResourceIdentifier 。 |
GetHybridComputePrivateLinkScopes(ResourceGroupResource) |
获取 ResourceGroupResource 中 HybridComputePrivateLinkScopeResources 的集合。 |
GetHybridComputePrivateLinkScopes(SubscriptionResource, CancellationToken) |
获取订阅中所有 Azure Arc PrivateLinkScopes 的列表。
|
GetHybridComputePrivateLinkScopesAsync(SubscriptionResource, CancellationToken) |
获取订阅中所有 Azure Arc PrivateLinkScopes 的列表。
|
GetValidationDetailsPrivateLinkScope(SubscriptionResource, AzureLocation, String, CancellationToken) |
返回 Azure Arc PrivateLinkScope 的验证详细信息。
|
GetValidationDetailsPrivateLinkScopeAsync(SubscriptionResource, AzureLocation, String, CancellationToken) |
返回 Azure Arc PrivateLinkScope 的验证详细信息。
|