Interface AutomationAccount
public interface AutomationAccount
An immutable client-side representation of AutomationAccount.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
The entirety of the AutomationAccount definition.static interface
The AutomationAccount definition stages.static interface
The template for AutomationAccount update.static interface
The AutomationAccount update stages. -
Method Summary
Modifier and TypeMethodDescriptionGets the automationHybridServiceUrl property: URL of automation hybrid service which is used for hybrid worker on-boarding.Gets the creationTime property: Gets the creation time.Gets the description property: Gets or sets the description.Gets the disableLocalAuth property: Indicates whether requests using non-AAD authentication are blocked.Gets the encryption property: Encryption properties for the automation account.etag()
Gets the etag property: Gets or sets the etag of the resource.id()
Gets the id property: Fully qualified resource Id for the resource.identity()
Gets the identity property: Identity for the resource.Gets the inner com.azure.resourcemanager.automation.fluent.models.AutomationAccountInner object.Gets the lastModifiedBy property: Gets or sets the last modified by.Gets the lastModifiedTime property: Gets the last modified time.location()
Gets the location property: The geo-location where the resource lives.name()
Gets the name property: The name of the resource.Gets the privateEndpointConnections property: List of Automation operations supported by the Automation resource provider.Gets the publicNetworkAccess property: Indicates whether traffic on the non-ARM endpoint (Webhook/Agent) is allowed from the public internet.refresh()
Refreshes the resource to sync with Azure.refresh
(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.com.azure.core.management.Region
region()
Gets the region of the resource.Gets the name of the resource region.Gets the name of the resource group.sku()
Gets the sku property: Gets or sets the SKU of account.state()
Gets the state property: Gets status of account.com.azure.core.management.SystemData
Gets the systemData property: Resource system metadata.tags()
Gets the tags property: Resource tags.type()
Gets the type property: The type of the resource.update()
Begins update for the AutomationAccount resource.
-
Method Details
-
id
String id()Gets the id property: Fully qualified resource Id for the resource.- Returns:
- the id value.
-
name
String name()Gets the name property: The name of the resource.- Returns:
- the name value.
-
type
String type()Gets the type property: The type of the resource.- Returns:
- the type value.
-
location
String location()Gets the location property: The geo-location where the resource lives.- Returns:
- the location value.
-
tags
Gets the tags property: Resource tags.- Returns:
- the tags value.
-
etag
String etag()Gets the etag property: Gets or sets the etag of the resource.- Returns:
- the etag value.
-
identity
Identity identity()Gets the identity property: Identity for the resource.- Returns:
- the identity value.
-
systemData
com.azure.core.management.SystemData systemData()Gets the systemData property: Resource system metadata.- Returns:
- the systemData value.
-
sku
Sku sku()Gets the sku property: Gets or sets the SKU of account.- Returns:
- the sku value.
-
lastModifiedBy
String lastModifiedBy()Gets the lastModifiedBy property: Gets or sets the last modified by.- Returns:
- the lastModifiedBy value.
-
state
AutomationAccountState state()Gets the state property: Gets status of account.- Returns:
- the state value.
-
creationTime
OffsetDateTime creationTime()Gets the creationTime property: Gets the creation time.- Returns:
- the creationTime value.
-
lastModifiedTime
OffsetDateTime lastModifiedTime()Gets the lastModifiedTime property: Gets the last modified time.- Returns:
- the lastModifiedTime value.
-
description
String description()Gets the description property: Gets or sets the description.- Returns:
- the description value.
-
encryption
EncryptionProperties encryption()Gets the encryption property: Encryption properties for the automation account.- Returns:
- the encryption value.
-
privateEndpointConnections
List<PrivateEndpointConnection> privateEndpointConnections()Gets the privateEndpointConnections property: List of Automation operations supported by the Automation resource provider.- Returns:
- the privateEndpointConnections value.
-
publicNetworkAccess
Boolean publicNetworkAccess()Gets the publicNetworkAccess property: Indicates whether traffic on the non-ARM endpoint (Webhook/Agent) is allowed from the public internet.- Returns:
- the publicNetworkAccess value.
-
disableLocalAuth
Boolean disableLocalAuth()Gets the disableLocalAuth property: Indicates whether requests using non-AAD authentication are blocked.- Returns:
- the disableLocalAuth value.
-
automationHybridServiceUrl
String automationHybridServiceUrl()Gets the automationHybridServiceUrl property: URL of automation hybrid service which is used for hybrid worker on-boarding.- Returns:
- the automationHybridServiceUrl value.
-
region
com.azure.core.management.Region region()Gets the region of the resource.- Returns:
- the region of the resource.
-
regionName
String regionName()Gets the name of the resource region.- Returns:
- the name of the resource region.
-
resourceGroupName
String resourceGroupName()Gets the name of the resource group.- Returns:
- the name of the resource group.
-
innerModel
AutomationAccountInner innerModel()Gets the inner com.azure.resourcemanager.automation.fluent.models.AutomationAccountInner object.- Returns:
- the inner object.
-
update
AutomationAccount.Update update()Begins update for the AutomationAccount resource.- Returns:
- the stage of resource update.
-
refresh
AutomationAccount refresh()Refreshes the resource to sync with Azure.- Returns:
- the refreshed resource.
-
refresh
Refreshes the resource to sync with Azure.- Parameters:
context
- The context to associate with this operation.- Returns:
- the refreshed resource.
-