VariableOperations class
Klasse, die eine VariableOperations darstellt.
Konstruktoren
| Variable |
Erstellen Sie eine VariableOperations. |
Methoden
Details zum Konstruktor
VariableOperations(AutomationClientContext)
Erstellen Sie eine VariableOperations.
new VariableOperations(client: AutomationClientContext)
Parameter
- client
- AutomationClientContext
Verweisen auf den Dienstclient.
Details zur Methode
createOrUpdate(string, string, string, VariableCreateOrUpdateParameters, RequestOptionsBase)
Erstellen Sie eine Variable.
function createOrUpdate(resourceGroupName: string, automationAccountName: string, variableName: string, parameters: VariableCreateOrUpdateParameters, options?: RequestOptionsBase): Promise<VariableCreateOrUpdateResponse>
Parameter
- resourceGroupName
-
string
Name einer Azure-Ressourcengruppe.
- automationAccountName
-
string
Der Name des Automatisierungskontos.
- variableName
-
string
Der Variablename.
- parameters
- VariableCreateOrUpdateParameters
Die Parameter, die für den Erstellungs- oder Aktualisierungsvariablenvorgang bereitgestellt werden.
- options
- RequestOptionsBase
Die optionalen Parameter
Gibt zurück
Promise<VariableCreateOrUpdateResponse>
Promise<Models.VariableCreateOrUpdateResponse>
createOrUpdate(string, string, string, VariableCreateOrUpdateParameters, RequestOptionsBase, ServiceCallback<Variable>)
function createOrUpdate(resourceGroupName: string, automationAccountName: string, variableName: string, parameters: VariableCreateOrUpdateParameters, options: RequestOptionsBase, callback: ServiceCallback<Variable>)
Parameter
- resourceGroupName
-
string
Name einer Azure-Ressourcengruppe.
- automationAccountName
-
string
Der Name des Automatisierungskontos.
- variableName
-
string
Der Variablename.
- parameters
- VariableCreateOrUpdateParameters
Die Parameter, die für den Erstellungs- oder Aktualisierungsvariablenvorgang bereitgestellt werden.
- options
- RequestOptionsBase
Die optionalen Parameter
- callback
Der Rückruf
createOrUpdate(string, string, string, VariableCreateOrUpdateParameters, ServiceCallback<Variable>)
function createOrUpdate(resourceGroupName: string, automationAccountName: string, variableName: string, parameters: VariableCreateOrUpdateParameters, callback: ServiceCallback<Variable>)
Parameter
- resourceGroupName
-
string
Name einer Azure-Ressourcengruppe.
- automationAccountName
-
string
Der Name des Automatisierungskontos.
- variableName
-
string
Der Variablename.
- parameters
- VariableCreateOrUpdateParameters
Die Parameter, die für den Erstellungs- oder Aktualisierungsvariablenvorgang bereitgestellt werden.
- callback
Der Rückruf
deleteMethod(string, string, string, RequestOptionsBase)
Löschen Sie die Variable.
function deleteMethod(resourceGroupName: string, automationAccountName: string, variableName: string, options?: RequestOptionsBase): Promise<RestResponse>
Parameter
- resourceGroupName
-
string
Name einer Azure-Ressourcengruppe.
- automationAccountName
-
string
Der Name des Automatisierungskontos.
- variableName
-
string
Der Name der Variablen.
- options
- RequestOptionsBase
Die optionalen Parameter
Gibt zurück
Promise<RestResponse>
Zusage<msRest.RestResponse>
deleteMethod(string, string, string, RequestOptionsBase, ServiceCallback<void>)
function deleteMethod(resourceGroupName: string, automationAccountName: string, variableName: string, options: RequestOptionsBase, callback: ServiceCallback<void>)
Parameter
- resourceGroupName
-
string
Name einer Azure-Ressourcengruppe.
- automationAccountName
-
string
Der Name des Automatisierungskontos.
- variableName
-
string
Der Name der Variablen.
- options
- RequestOptionsBase
Die optionalen Parameter
- callback
-
ServiceCallback<void>
Der Rückruf
deleteMethod(string, string, string, ServiceCallback<void>)
function deleteMethod(resourceGroupName: string, automationAccountName: string, variableName: string, callback: ServiceCallback<void>)
Parameter
- resourceGroupName
-
string
Name einer Azure-Ressourcengruppe.
- automationAccountName
-
string
Der Name des Automatisierungskontos.
- variableName
-
string
Der Name der Variablen.
- callback
-
ServiceCallback<void>
Der Rückruf
get(string, string, string, RequestOptionsBase)
Rufen Sie die Variable ab, die anhand des Variablennamens identifiziert wird.
function get(resourceGroupName: string, automationAccountName: string, variableName: string, options?: RequestOptionsBase): Promise<VariableGetResponse>
Parameter
- resourceGroupName
-
string
Name einer Azure-Ressourcengruppe.
- automationAccountName
-
string
Der Name des Automatisierungskontos.
- variableName
-
string
Der Name der Variablen.
- options
- RequestOptionsBase
Die optionalen Parameter
Gibt zurück
Promise<VariableGetResponse>
Zusage<Models.VariableGetResponse>
get(string, string, string, RequestOptionsBase, ServiceCallback<Variable>)
function get(resourceGroupName: string, automationAccountName: string, variableName: string, options: RequestOptionsBase, callback: ServiceCallback<Variable>)
Parameter
- resourceGroupName
-
string
Name einer Azure-Ressourcengruppe.
- automationAccountName
-
string
Der Name des Automatisierungskontos.
- variableName
-
string
Der Name der Variablen.
- options
- RequestOptionsBase
Die optionalen Parameter
- callback
Der Rückruf
get(string, string, string, ServiceCallback<Variable>)
function get(resourceGroupName: string, automationAccountName: string, variableName: string, callback: ServiceCallback<Variable>)
Parameter
- resourceGroupName
-
string
Name einer Azure-Ressourcengruppe.
- automationAccountName
-
string
Der Name des Automatisierungskontos.
- variableName
-
string
Der Name der Variablen.
- callback
Der Rückruf
listByAutomationAccount(string, string, RequestOptionsBase)
Dient zum Abrufen einer Liste von Variablen.
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: RequestOptionsBase): Promise<VariableListByAutomationAccountResponse>
Parameter
- resourceGroupName
-
string
Name einer Azure-Ressourcengruppe.
- automationAccountName
-
string
Der Name des Automatisierungskontos.
- options
- RequestOptionsBase
Die optionalen Parameter
Gibt zurück
Promise<Models.VariableListByAutomationAccountResponse>
listByAutomationAccount(string, string, RequestOptionsBase, ServiceCallback<VariableListResult>)
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options: RequestOptionsBase, callback: ServiceCallback<VariableListResult>)
Parameter
- resourceGroupName
-
string
Name einer Azure-Ressourcengruppe.
- automationAccountName
-
string
Der Name des Automatisierungskontos.
- options
- RequestOptionsBase
Die optionalen Parameter
- callback
Der Rückruf
listByAutomationAccount(string, string, ServiceCallback<VariableListResult>)
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, callback: ServiceCallback<VariableListResult>)
Parameter
- resourceGroupName
-
string
Name einer Azure-Ressourcengruppe.
- automationAccountName
-
string
Der Name des Automatisierungskontos.
- callback
Der Rückruf
listByAutomationAccountNext(string, RequestOptionsBase)
Dient zum Abrufen einer Liste von Variablen.
function listByAutomationAccountNext(nextPageLink: string, options?: RequestOptionsBase): Promise<VariableListByAutomationAccountNextResponse>
Parameter
- nextPageLink
-
string
Der NextLink aus dem vorherigen erfolgreichen Aufruf des List-Vorgangs.
- options
- RequestOptionsBase
Die optionalen Parameter
Gibt zurück
Promise<Models.VariableListByAutomationAccountNextResponse>
listByAutomationAccountNext(string, RequestOptionsBase, ServiceCallback<VariableListResult>)
function listByAutomationAccountNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<VariableListResult>)
Parameter
- nextPageLink
-
string
Der NextLink aus dem vorherigen erfolgreichen Aufruf des List-Vorgangs.
- options
- RequestOptionsBase
Die optionalen Parameter
- callback
Der Rückruf
listByAutomationAccountNext(string, ServiceCallback<VariableListResult>)
function listByAutomationAccountNext(nextPageLink: string, callback: ServiceCallback<VariableListResult>)
Parameter
- nextPageLink
-
string
Der NextLink aus dem vorherigen erfolgreichen Aufruf des List-Vorgangs.
- callback
Der Rückruf
update(string, string, string, VariableUpdateParameters, RequestOptionsBase)
Aktualisieren sie eine Variable.
function update(resourceGroupName: string, automationAccountName: string, variableName: string, parameters: VariableUpdateParameters, options?: RequestOptionsBase): Promise<VariableUpdateResponse>
Parameter
- resourceGroupName
-
string
Name einer Azure-Ressourcengruppe.
- automationAccountName
-
string
Der Name des Automatisierungskontos.
- variableName
-
string
Der Variablename.
- parameters
- VariableUpdateParameters
Die Parameter, die für den Aktualisierungsvariablenvorgang bereitgestellt werden.
- options
- RequestOptionsBase
Die optionalen Parameter
Gibt zurück
Promise<VariableUpdateResponse>
Promise<Models.VariableUpdateResponse>
update(string, string, string, VariableUpdateParameters, RequestOptionsBase, ServiceCallback<Variable>)
function update(resourceGroupName: string, automationAccountName: string, variableName: string, parameters: VariableUpdateParameters, options: RequestOptionsBase, callback: ServiceCallback<Variable>)
Parameter
- resourceGroupName
-
string
Name einer Azure-Ressourcengruppe.
- automationAccountName
-
string
Der Name des Automatisierungskontos.
- variableName
-
string
Der Variablename.
- parameters
- VariableUpdateParameters
Die Parameter, die für den Aktualisierungsvariablenvorgang bereitgestellt werden.
- options
- RequestOptionsBase
Die optionalen Parameter
- callback
Der Rückruf
update(string, string, string, VariableUpdateParameters, ServiceCallback<Variable>)
function update(resourceGroupName: string, automationAccountName: string, variableName: string, parameters: VariableUpdateParameters, callback: ServiceCallback<Variable>)
Parameter
- resourceGroupName
-
string
Name einer Azure-Ressourcengruppe.
- automationAccountName
-
string
Der Name des Automatisierungskontos.
- variableName
-
string
Der Variablename.
- parameters
- VariableUpdateParameters
Die Parameter, die für den Aktualisierungsvariablenvorgang bereitgestellt werden.
- callback
Der Rückruf