Partager via


TargetsOperationsExtensions.CreateOrUpdateAsync Méthode

Définition

Créez ou mettez à jour une ressource cible qui étend une ressource régionale suivie.

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

Paramètres

operations
ITargetsOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Chaîne qui représente un groupe de ressources Azure.

parentProviderNamespace
String

Chaîne qui représente un espace de noms de fournisseur de ressources.

parentResourceType
String

Chaîne qui représente un type de ressource.

parentResourceName
String

Chaîne qui représente un nom de ressource.

targetName
String

Chaîne qui représente un nom de ressource cible.

target
Target

Ressource cible à créer ou à mettre à jour.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à