Freigeben über


CapabilitiesOperationsExtensions.CreateOrUpdateAsync Methode

Definition

Erstellen oder aktualisieren Sie eine Funktionsressource, die eine Zielressource erweitert.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Chaos.Models.Capability> CreateOrUpdateAsync (this Microsoft.Azure.Management.Chaos.ICapabilitiesOperations operations, string resourceGroupName, string parentProviderNamespace, string parentResourceType, string parentResourceName, string targetName, string capabilityName, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.Chaos.ICapabilitiesOperations * string * string * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Chaos.Models.Capability>
<Extension()>
Public Function CreateOrUpdateAsync (operations As ICapabilitiesOperations, resourceGroupName As String, parentProviderNamespace As String, parentResourceType As String, parentResourceName As String, targetName As String, capabilityName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Capability)

Parameter

operations
ICapabilitiesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Zeichenfolge, die eine Azure-Ressourcengruppe darstellt.

parentProviderNamespace
String

Zeichenfolge, die einen Ressourcenanbieternamespace darstellt.

parentResourceType
String

Zeichenfolge, die einen Ressourcentyp darstellt.

parentResourceName
String

Zeichenfolge, die einen Ressourcennamen darstellt.

targetName
String

Zeichenfolge, die einen Zielressourcennamen darstellt.

capabilityName
String

Zeichenfolge, die einen Funktionsressourcennamen darstellt.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: