Class AutomationAccountUpdateParameters

java.lang.Object
com.azure.resourcemanager.automation.models.AutomationAccountUpdateParameters

public final class AutomationAccountUpdateParameters extends Object
The parameters supplied to the update automation account operation.
  • Constructor Details

    • AutomationAccountUpdateParameters

      public AutomationAccountUpdateParameters()
  • Method Details

    • name

      public String name()
      Get the name property: Gets or sets the name of the resource.
      Returns:
      the name value.
    • withName

      public AutomationAccountUpdateParameters withName(String name)
      Set the name property: Gets or sets the name of the resource.
      Parameters:
      name - the name value to set.
      Returns:
      the AutomationAccountUpdateParameters object itself.
    • location

      public String location()
      Get the location property: Gets or sets the location of the resource.
      Returns:
      the location value.
    • withLocation

      public AutomationAccountUpdateParameters withLocation(String location)
      Set the location property: Gets or sets the location of the resource.
      Parameters:
      location - the location value to set.
      Returns:
      the AutomationAccountUpdateParameters object itself.
    • identity

      public Identity identity()
      Get the identity property: Sets the identity property for automation account.
      Returns:
      the identity value.
    • withIdentity

      public AutomationAccountUpdateParameters withIdentity(Identity identity)
      Set the identity property: Sets the identity property for automation account.
      Parameters:
      identity - the identity value to set.
      Returns:
      the AutomationAccountUpdateParameters object itself.
    • tags

      public Map<String,String> tags()
      Get the tags property: Gets or sets the tags attached to the resource.
      Returns:
      the tags value.
    • withTags

      Set the tags property: Gets or sets the tags attached to the resource.
      Parameters:
      tags - the tags value to set.
      Returns:
      the AutomationAccountUpdateParameters object itself.
    • sku

      public Sku sku()
      Get the sku property: Gets or sets account SKU.
      Returns:
      the sku value.
    • withSku

      public AutomationAccountUpdateParameters withSku(Sku sku)
      Set the sku property: Gets or sets account SKU.
      Parameters:
      sku - the sku value to set.
      Returns:
      the AutomationAccountUpdateParameters object itself.
    • encryption

      public EncryptionProperties encryption()
      Get the encryption property: Set the encryption properties for the automation account.
      Returns:
      the encryption value.
    • withEncryption

      public AutomationAccountUpdateParameters withEncryption(EncryptionProperties encryption)
      Set the encryption property: Set the encryption properties for the automation account.
      Parameters:
      encryption - the encryption value to set.
      Returns:
      the AutomationAccountUpdateParameters object itself.
    • publicNetworkAccess

      public Boolean publicNetworkAccess()
      Get the publicNetworkAccess property: Indicates whether traffic on the non-ARM endpoint (Webhook/Agent) is allowed from the public internet.
      Returns:
      the publicNetworkAccess value.
    • withPublicNetworkAccess

      public AutomationAccountUpdateParameters withPublicNetworkAccess(Boolean publicNetworkAccess)
      Set the publicNetworkAccess property: Indicates whether traffic on the non-ARM endpoint (Webhook/Agent) is allowed from the public internet.
      Parameters:
      publicNetworkAccess - the publicNetworkAccess value to set.
      Returns:
      the AutomationAccountUpdateParameters object itself.
    • disableLocalAuth

      public Boolean disableLocalAuth()
      Get the disableLocalAuth property: Indicates whether requests using non-AAD authentication are blocked.
      Returns:
      the disableLocalAuth value.
    • withDisableLocalAuth

      public AutomationAccountUpdateParameters withDisableLocalAuth(Boolean disableLocalAuth)
      Set the disableLocalAuth property: Indicates whether requests using non-AAD authentication are blocked.
      Parameters:
      disableLocalAuth - the disableLocalAuth value to set.
      Returns:
      the AutomationAccountUpdateParameters object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.