Interface Variable


public interface Variable
An immutable client-side representation of Variable.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    The entirety of the Variable definition.
    static interface 
    The Variable definition stages.
    static interface 
    The template for Variable update.
    static interface 
    The Variable update stages.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the creationTime property: Gets or sets the creation time.
    Gets the description property: Gets or sets the description.
    id()
    Gets the id property: Fully qualified resource Id for the resource.
    Gets the inner com.azure.resourcemanager.automation.fluent.models.VariableInner object.
    Gets the isEncrypted property: Gets or sets the encrypted flag of the variable.
    Gets the lastModifiedTime property: Gets or sets the last modified time.
    Gets the name property: The name of the resource.
    Refreshes the resource to sync with Azure.
    refresh(com.azure.core.util.Context context)
    Refreshes the resource to sync with Azure.
    Gets the name of the resource group.
    Gets the type property: The type of the resource.
    Begins update for the Variable resource.
    Gets the value property: Gets or sets the value of the variable.
  • 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.
    • value

      String value()
      Gets the value property: Gets or sets the value of the variable.
      Returns:
      the value value.
    • isEncrypted

      Boolean isEncrypted()
      Gets the isEncrypted property: Gets or sets the encrypted flag of the variable.
      Returns:
      the isEncrypted value.
    • creationTime

      OffsetDateTime creationTime()
      Gets the creationTime property: Gets or sets the creation time.
      Returns:
      the creationTime value.
    • lastModifiedTime

      OffsetDateTime lastModifiedTime()
      Gets the lastModifiedTime property: Gets or sets the last modified time.
      Returns:
      the lastModifiedTime value.
    • description

      String description()
      Gets the description property: Gets or sets the description.
      Returns:
      the description value.
    • resourceGroupName

      String resourceGroupName()
      Gets the name of the resource group.
      Returns:
      the name of the resource group.
    • innerModel

      VariableInner innerModel()
      Gets the inner com.azure.resourcemanager.automation.fluent.models.VariableInner object.
      Returns:
      the inner object.
    • update

      Variable.Update update()
      Begins update for the Variable resource.
      Returns:
      the stage of resource update.
    • refresh

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

      Variable 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.