Variable Interface

public interface Variable

An immutable client-side representation of Variable.

Method Summary

Modifier and Type Method and Description
abstract OffsetDateTime creationTime()

Gets the creationTime property: Gets or sets the creation time.

abstract String description()

Gets the description property: Gets or sets the description.

abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

abstract VariableInner innerModel()

Gets the inner com.azure.resourcemanager.automation.fluent.models.VariableInner object.

abstract Boolean isEncrypted()

Gets the isEncrypted property: Gets or sets the encrypted flag of the variable.

abstract OffsetDateTime lastModifiedTime()

Gets the lastModifiedTime property: Gets or sets the last modified time.

abstract String name()

Gets the name property: The name of the resource.

abstract Variable refresh()

Refreshes the resource to sync with Azure.

abstract Variable refresh(Context context)

Refreshes the resource to sync with Azure.

abstract String resourceGroupName()

Gets the name of the resource group.

abstract String type()

Gets the type property: The type of the resource.

abstract Update update()

Begins update for the Variable resource.

abstract String value()

Gets the value property: Gets or sets the value of the variable.

Method Details

creationTime

public abstract OffsetDateTime creationTime()

Gets the creationTime property: Gets or sets the creation time.

Returns:

the creationTime value.

description

public abstract String description()

Gets the description property: Gets or sets the description.

Returns:

the description value.

id

public abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

Returns:

the id value.

innerModel

public abstract VariableInner innerModel()

Gets the inner com.azure.resourcemanager.automation.fluent.models.VariableInner object.

Returns:

the inner object.

isEncrypted

public abstract Boolean isEncrypted()

Gets the isEncrypted property: Gets or sets the encrypted flag of the variable.

Returns:

the isEncrypted value.

lastModifiedTime

public abstract OffsetDateTime lastModifiedTime()

Gets the lastModifiedTime property: Gets or sets the last modified time.

Returns:

the lastModifiedTime value.

name

public abstract String name()

Gets the name property: The name of the resource.

Returns:

the name value.

refresh

public abstract Variable refresh()

Refreshes the resource to sync with Azure.

Returns:

the refreshed resource.

refresh

public abstract Variable refresh(Context context)

Refreshes the resource to sync with Azure.

Parameters:

context - The context to associate with this operation.

Returns:

the refreshed resource.

resourceGroupName

public abstract String resourceGroupName()

Gets the name of the resource group.

Returns:

the name of the resource group.

type

public abstract String type()

Gets the type property: The type of the resource.

Returns:

the type value.

update

public abstract Variable.Update update()

Begins update for the Variable resource.

Returns:

the stage of resource update.

value

public abstract String value()

Gets the value property: Gets or sets the value of the variable.

Returns:

the value value.

Applies to