Uses of Class
com.azure.resourcemanager.automation.fluent.models.VariableInner
Package
Description
Package containing the service clients for AutomationClient.
Package containing the inner data models for AutomationClient.
Package containing the data models for AutomationClient.
-
Uses of VariableInner in com.azure.resourcemanager.automation.fluent
Modifier and TypeMethodDescriptionVariablesClient.createOrUpdate
(String resourceGroupName, String automationAccountName, String variableName, VariableCreateOrUpdateParameters parameters) Create a variable.Retrieve the variable identified by variable name.VariablesClient.update
(String resourceGroupName, String automationAccountName, String variableName, VariableUpdateParameters parameters) Update a variable.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<VariableInner>
VariablesClient.createOrUpdateWithResponse
(String resourceGroupName, String automationAccountName, String variableName, VariableCreateOrUpdateParameters parameters, com.azure.core.util.Context context) Create a variable.com.azure.core.http.rest.Response<VariableInner>
VariablesClient.getWithResponse
(String resourceGroupName, String automationAccountName, String variableName, com.azure.core.util.Context context) Retrieve the variable identified by variable name.com.azure.core.http.rest.PagedIterable<VariableInner>
VariablesClient.listByAutomationAccount
(String resourceGroupName, String automationAccountName) Retrieve a list of variables.com.azure.core.http.rest.PagedIterable<VariableInner>
VariablesClient.listByAutomationAccount
(String resourceGroupName, String automationAccountName, com.azure.core.util.Context context) Retrieve a list of variables.com.azure.core.http.rest.Response<VariableInner>
VariablesClient.updateWithResponse
(String resourceGroupName, String automationAccountName, String variableName, VariableUpdateParameters parameters, com.azure.core.util.Context context) Update a variable. -
Uses of VariableInner in com.azure.resourcemanager.automation.fluent.models
Modifier and TypeMethodDescriptionVariableInner.withCreationTime
(OffsetDateTime creationTime) Set the creationTime property: Gets or sets the creation time.VariableInner.withDescription
(String description) Set the description property: Gets or sets the description.VariableInner.withIsEncrypted
(Boolean isEncrypted) Set the isEncrypted property: Gets or sets the encrypted flag of the variable.VariableInner.withLastModifiedTime
(OffsetDateTime lastModifiedTime) Set the lastModifiedTime property: Gets or sets the last modified time.Set the value property: Gets or sets the value of the variable. -
Uses of VariableInner in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionVariable.innerModel()
Gets the inner com.azure.resourcemanager.automation.fluent.models.VariableInner object.Modifier and TypeMethodDescriptionVariableListResult.value()
Get the value property: Gets or sets a list of variables.Modifier and TypeMethodDescriptionVariableListResult.withValue
(List<VariableInner> value) Set the value property: Gets or sets a list of variables.