Interface AutomationAccount


public interface AutomationAccount
An immutable client-side representation of AutomationAccount.
  • 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

      Map<String,String> 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

      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

      Gets the inner com.azure.resourcemanager.automation.fluent.models.AutomationAccountInner object.
      Returns:
      the inner object.
    • update

      Begins update for the AutomationAccount resource.
      Returns:
      the stage of resource update.
    • refresh

      Refreshes the resource to sync with Azure.
      Returns:
      the refreshed resource.
    • refresh

      AutomationAccount refresh(com.azure.core.util.Context context)
      Refreshes the resource to sync with Azure.
      Parameters:
      context - The context to associate with this operation.
      Returns:
      the refreshed resource.