Freigeben über


CapabilityTypesOperationsExtensions.GetAsync Methode

Definition

Rufen Sie eine Funktionstypressource für den angegebenen Zieltyp und Standort ab.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Chaos.Models.CapabilityType> GetAsync (this Microsoft.Azure.Management.Chaos.ICapabilityTypesOperations operations, string locationName, string targetTypeName, string capabilityTypeName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Chaos.ICapabilityTypesOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Chaos.Models.CapabilityType>
<Extension()>
Public Function GetAsync (operations As ICapabilityTypesOperations, locationName As String, targetTypeName As String, capabilityTypeName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of CapabilityType)

Parameter

operations
ICapabilityTypesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

locationName
String

Zeichenfolge, die einen Standortressourcennamen darstellt.

targetTypeName
String

Zeichenfolge, die einen Ressourcennamen des Zieltyps darstellt.

capabilityTypeName
String

Zeichenfolge, die einen Ressourcennamen des Funktionstyps darstellt.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: