Freigeben über


DscConfigurationOperationsExtensions Klasse

Definition

Erweiterungsmethoden für DscConfigurationOperations.

public static class DscConfigurationOperationsExtensions
type DscConfigurationOperationsExtensions = class
Public Module DscConfigurationOperationsExtensions
Vererbung
DscConfigurationOperationsExtensions

Methoden

CreateOrUpdate(IDscConfigurationOperations, String, String, DscConfigurationCreateOrUpdateParameters)

Erweiterungsmethoden für DscConfigurationOperations.

CreateOrUpdate(IDscConfigurationOperations, String, String, String, DscConfigurationCreateOrUpdateParameters)

Erstellen Sie die durch den Konfigurationsnamen identifizierte Konfiguration. http://aka.ms/azureautomationsdk/configurationoperations

CreateOrUpdateAsync(IDscConfigurationOperations, String, String, DscConfigurationCreateOrUpdateParameters)

Erweiterungsmethoden für DscConfigurationOperations.

CreateOrUpdateAsync(IDscConfigurationOperations, String, String, String, DscConfigurationCreateOrUpdateParameters, CancellationToken)

Erstellen Sie die durch den Konfigurationsnamen identifizierte Konfiguration. http://aka.ms/azureautomationsdk/configurationoperations

Delete(IDscConfigurationOperations, String, String, String)

Löschen Sie die durch den Konfigurationsnamen identifizierte dsc-Konfiguration. http://aka.ms/azureautomationsdk/configurationoperations

DeleteAsync(IDscConfigurationOperations, String, String, String, CancellationToken)

Löschen Sie die durch den Konfigurationsnamen identifizierte dsc-Konfiguration. http://aka.ms/azureautomationsdk/configurationoperations

DeleteAsync(IDscConfigurationOperations, String, String, String)

Erweiterungsmethoden für DscConfigurationOperations.

Get(IDscConfigurationOperations, String, String, String)

Rufen Sie die mit dem Konfigurationsnamen identifizierte Konfiguration ab. http://aka.ms/azureautomationsdk/configurationoperations

GetAsync(IDscConfigurationOperations, String, String, String, CancellationToken)

Rufen Sie die mit dem Konfigurationsnamen identifizierte Konfiguration ab. http://aka.ms/azureautomationsdk/configurationoperations

GetAsync(IDscConfigurationOperations, String, String, String)

Erweiterungsmethoden für DscConfigurationOperations.

GetContent(IDscConfigurationOperations, String, String, String)

Rufen Sie das Konfigurationsskript ab, das durch den Konfigurationsnamen identifiziert wird. http://aka.ms/azureautomationsdk/configurationoperations

GetContentAsync(IDscConfigurationOperations, String, String, String, CancellationToken)

Rufen Sie das Konfigurationsskript ab, das durch den Konfigurationsnamen identifiziert wird. http://aka.ms/azureautomationsdk/configurationoperations

GetContentAsync(IDscConfigurationOperations, String, String, String)

Erweiterungsmethoden für DscConfigurationOperations.

List(IDscConfigurationOperations, String, String)

Erweiterungsmethoden für DscConfigurationOperations.

ListAsync(IDscConfigurationOperations, String, String)

Erweiterungsmethoden für DscConfigurationOperations.

ListByAutomationAccount(IDscConfigurationOperations, String, String, ODataQuery<DscConfiguration>, String)

Rufen Sie eine Liste von Konfigurationen ab. http://aka.ms/azureautomationsdk/configurationoperations

ListByAutomationAccountAsync(IDscConfigurationOperations, String, String, ODataQuery<DscConfiguration>, String, CancellationToken)

Rufen Sie eine Liste von Konfigurationen ab. http://aka.ms/azureautomationsdk/configurationoperations

ListByAutomationAccountNext(IDscConfigurationOperations, String)

Rufen Sie eine Liste von Konfigurationen ab. http://aka.ms/azureautomationsdk/configurationoperations

ListByAutomationAccountNextAsync(IDscConfigurationOperations, String, CancellationToken)

Rufen Sie eine Liste von Konfigurationen ab. http://aka.ms/azureautomationsdk/configurationoperations

ListNext(IDscConfigurationOperations, String)

Erweiterungsmethoden für DscConfigurationOperations.

ListNextAsync(IDscConfigurationOperations, String)

Erweiterungsmethoden für DscConfigurationOperations.

Update(IDscConfigurationOperations, String, String, String, DscConfigurationUpdateParameters)

Erstellen Sie die durch den Konfigurationsnamen identifizierte Konfiguration. http://aka.ms/azureautomationsdk/configurationoperations

UpdateAsync(IDscConfigurationOperations, String, String, String, DscConfigurationUpdateParameters, CancellationToken)

Erstellen Sie die durch den Konfigurationsnamen identifizierte Konfiguration. http://aka.ms/azureautomationsdk/configurationoperations

Gilt für: