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

HybridComputeExtensions.GetValidationDetailsPrivateLinkScopeAsync 方法

定义

返回 Azure Arc PrivateLinkScope 的验证详细信息。

  • 请求路径/subscriptions/{subscriptionId}/providers/Microsoft.HybridCompute/locations/{location}/privateLinkScopes/{privateLinkScopeId}
  • 操作IdPrivateLinkScopes_GetValidationDetails
public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.HybridCompute.Models.PrivateLinkScopeValidationDetails>> GetValidationDetailsPrivateLinkScopeAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, string privateLinkScopeId, System.Threading.CancellationToken cancellationToken = default);
static member GetValidationDetailsPrivateLinkScopeAsync : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.HybridCompute.Models.PrivateLinkScopeValidationDetails>>
<Extension()>
Public Function GetValidationDetailsPrivateLinkScopeAsync (subscriptionResource As SubscriptionResource, location As AzureLocation, privateLinkScopeId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of PrivateLinkScopeValidationDetails))

参数

subscriptionResource
SubscriptionResource

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

location
AzureLocation

目标资源的位置。

privateLinkScopeId
String

Azure Arc PrivateLinkScope 资源的 id (Guid) 。

cancellationToken
CancellationToken

要使用的取消标记。

返回

例外

privateLinkScopeId 是一个空字符串,预期为非空。

privateLinkScopeId 为 null。

适用于