HybridComputeExtensions.GetValidationDetailsPrivateLinkScopeAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Gibt die Validierungsdetails eines Azure Arc PrivateLinkScope zurück.
- Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.HybridCompute/locations/{location}/privateLinkScopes/{privateLinkScopeId}
- Vorgangs-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))
Parameter
- subscriptionResource
- SubscriptionResource
Der SubscriptionResource instance die -Methode ausgeführt wird.
- location
- AzureLocation
Der Speicherort der Zielressource.
- privateLinkScopeId
- String
Die ID (Guid) der Azure Arc PrivateLinkScope-Ressource.
- cancellationToken
- CancellationToken
Das zu verwendende Abbruchtoken.
Gibt zurück
Ausnahmen
privateLinkScopeId
ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.
privateLinkScopeId
ist NULL.