HybridComputeExtensions.GetValidationDetailsPrivateLinkScopeAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Azure Arc PrivateLinkScope の検証の詳細を返します。
- 要求パス/サブスクリプション/{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 です。