Partager via


VariableOperationsExtensions Classe

Définition

Méthodes d’extension pour VariableOperations.

public static class VariableOperationsExtensions
type VariableOperationsExtensions = class
Public Module VariableOperationsExtensions
Héritage
VariableOperationsExtensions

Méthodes

CreateOrUpdate(IVariableOperations, String, String, String, VariableCreateOrUpdateParameters)

Créez une variable. http://aka.ms/azureautomationsdk/variableoperations

CreateOrUpdate(IVariableOperations, String, String, VariableCreateOrUpdateParameters)

Méthodes d’extension pour VariableOperations.

CreateOrUpdateAsync(IVariableOperations, String, String, String, VariableCreateOrUpdateParameters, CancellationToken)

Créez une variable. http://aka.ms/azureautomationsdk/variableoperations

CreateOrUpdateAsync(IVariableOperations, String, String, VariableCreateOrUpdateParameters)

Méthodes d’extension pour VariableOperations.

Delete(IVariableOperations, String, String, String)

Supprimez la variable. http://aka.ms/azureautomationsdk/variableoperations

DeleteAsync(IVariableOperations, String, String, String)

Méthodes d’extension pour VariableOperations.

DeleteAsync(IVariableOperations, String, String, String, CancellationToken)

Supprimez la variable. http://aka.ms/azureautomationsdk/variableoperations

Get(IVariableOperations, String, String, String)

Récupérez la variable identifiée par le nom de la variable. http://aka.ms/azureautomationsdk/variableoperations

GetAsync(IVariableOperations, String, String, String)

Méthodes d’extension pour VariableOperations.

GetAsync(IVariableOperations, String, String, String, CancellationToken)

Récupérez la variable identifiée par le nom de la variable. http://aka.ms/azureautomationsdk/variableoperations

List(IVariableOperations, String, String)

Méthodes d’extension pour VariableOperations.

ListAsync(IVariableOperations, String, String)

Méthodes d’extension pour VariableOperations.

ListByAutomationAccount(IVariableOperations, String, String)

Récupérer une liste de variables. http://aka.ms/azureautomationsdk/variableoperations

ListByAutomationAccountAsync(IVariableOperations, String, String, CancellationToken)

Récupérer une liste de variables. http://aka.ms/azureautomationsdk/variableoperations

ListByAutomationAccountNext(IVariableOperations, String)

Récupérer une liste de variables. http://aka.ms/azureautomationsdk/variableoperations

ListByAutomationAccountNextAsync(IVariableOperations, String, CancellationToken)

Récupérer une liste de variables. http://aka.ms/azureautomationsdk/variableoperations

ListNext(IVariableOperations, String)

Méthodes d’extension pour VariableOperations.

ListNextAsync(IVariableOperations, String)

Méthodes d’extension pour VariableOperations.

Patch(IVariableOperations, String, String, VariablePatchParameters)

Méthodes d’extension pour VariableOperations.

PatchAsync(IVariableOperations, String, String, VariablePatchParameters)

Méthodes d’extension pour VariableOperations.

Update(IVariableOperations, String, String, String, VariableUpdateParameters)

Mettre à jour une variable. http://aka.ms/azureautomationsdk/variableoperations

UpdateAsync(IVariableOperations, String, String, String, VariableUpdateParameters, CancellationToken)

Mettre à jour une variable. http://aka.ms/azureautomationsdk/variableoperations

S’applique à