次の方法で共有


HybridComputeExtensions.GetValidationDetailsPrivateLinkScope メソッド

定義

Azure Arc PrivateLinkScope の検証の詳細を返します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.HybridCompute/locations/{location}/privateLinkScopes/{privateLinkScopeId}
  • 操作IdPrivateLinkScopes_GetValidationDetails
public static Azure.Response<Azure.ResourceManager.HybridCompute.Models.PrivateLinkScopeValidationDetails> GetValidationDetailsPrivateLinkScope (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, string privateLinkScopeId, System.Threading.CancellationToken cancellationToken = default);
static member GetValidationDetailsPrivateLinkScope : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.HybridCompute.Models.PrivateLinkScopeValidationDetails>
<Extension()>
Public Function GetValidationDetailsPrivateLinkScope (subscriptionResource As SubscriptionResource, location As AzureLocation, privateLinkScopeId As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of PrivateLinkScopeValidationDetails)

パラメーター

subscriptionResource
SubscriptionResource

SubscriptionResourceメソッドが実行されるインスタンス。

location
AzureLocation

ターゲット リソースの場所。

privateLinkScopeId
String

Azure Arc PrivateLinkScope リソースの ID (Guid)。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

例外

privateLinkScopeId は空の文字列であり、空でないと予想されていました。

privateLinkScopeId が null です。

適用対象