Uses of Class
com.azure.resourcemanager.automation.fluent.models.AutomationAccountInner
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 AutomationAccountInner in com.azure.resourcemanager.automation.fluent
Modifier and TypeMethodDescriptionAutomationAccountsClient.createOrUpdate
(String resourceGroupName, String automationAccountName, AutomationAccountCreateOrUpdateParameters parameters) Create or update automation account.AutomationAccountsClient.getByResourceGroup
(String resourceGroupName, String automationAccountName) Get information about an Automation Account.AutomationAccountsClient.update
(String resourceGroupName, String automationAccountName, AutomationAccountUpdateParameters parameters) Update an automation account.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<AutomationAccountInner>
AutomationAccountsClient.createOrUpdateWithResponse
(String resourceGroupName, String automationAccountName, AutomationAccountCreateOrUpdateParameters parameters, com.azure.core.util.Context context) Create or update automation account.com.azure.core.http.rest.Response<AutomationAccountInner>
AutomationAccountsClient.getByResourceGroupWithResponse
(String resourceGroupName, String automationAccountName, com.azure.core.util.Context context) Get information about an Automation Account.com.azure.core.http.rest.PagedIterable<AutomationAccountInner>
AutomationAccountsClient.list()
Lists the Automation Accounts within an Azure subscription.com.azure.core.http.rest.PagedIterable<AutomationAccountInner>
AutomationAccountsClient.list
(com.azure.core.util.Context context) Lists the Automation Accounts within an Azure subscription.com.azure.core.http.rest.PagedIterable<AutomationAccountInner>
AutomationAccountsClient.listByResourceGroup
(String resourceGroupName) Retrieve a list of accounts within a given resource group.com.azure.core.http.rest.PagedIterable<AutomationAccountInner>
AutomationAccountsClient.listByResourceGroup
(String resourceGroupName, com.azure.core.util.Context context) Retrieve a list of accounts within a given resource group.com.azure.core.http.rest.Response<AutomationAccountInner>
AutomationAccountsClient.updateWithResponse
(String resourceGroupName, String automationAccountName, AutomationAccountUpdateParameters parameters, com.azure.core.util.Context context) Update an automation account. -
Uses of AutomationAccountInner in com.azure.resourcemanager.automation.fluent.models
Modifier and TypeMethodDescriptionAutomationAccountInner.withAutomationHybridServiceUrl
(String automationHybridServiceUrl) Set the automationHybridServiceUrl property: URL of automation hybrid service which is used for hybrid worker on-boarding.AutomationAccountInner.withDescription
(String description) Set the description property: Gets or sets the description.AutomationAccountInner.withDisableLocalAuth
(Boolean disableLocalAuth) Set the disableLocalAuth property: Indicates whether requests using non-AAD authentication are blocked.AutomationAccountInner.withEncryption
(EncryptionProperties encryption) Set the encryption property: Encryption properties for the automation account.Set the etag property: Gets or sets the etag of the resource.AutomationAccountInner.withIdentity
(Identity identity) Set the identity property: Identity for the resource.AutomationAccountInner.withLastModifiedBy
(String lastModifiedBy) Set the lastModifiedBy property: Gets or sets the last modified by.AutomationAccountInner.withLocation
(String location) AutomationAccountInner.withPrivateEndpointConnections
(List<PrivateEndpointConnectionInner> privateEndpointConnections) Set the privateEndpointConnections property: List of Automation operations supported by the Automation resource provider.AutomationAccountInner.withPublicNetworkAccess
(Boolean publicNetworkAccess) Set the publicNetworkAccess property: Indicates whether traffic on the non-ARM endpoint (Webhook/Agent) is allowed from the public internet.Set the sku property: Gets or sets the SKU of account. -
Uses of AutomationAccountInner in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionAutomationAccount.innerModel()
Gets the inner com.azure.resourcemanager.automation.fluent.models.AutomationAccountInner object.Modifier and TypeMethodDescriptionAutomationAccountListResult.value()
Get the value property: Gets or sets list of accounts.Modifier and TypeMethodDescriptionAutomationAccountListResult.withValue
(List<AutomationAccountInner> value) Set the value property: Gets or sets list of accounts.