Variable Interface
public interface Variable
An immutable client-side representation of Variable.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Offset |
creationTime()
Gets the creation |
| 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
Variable |
innerModel()
Gets the inner com. |
| abstract Boolean |
isEncrypted()
Gets the is |
|
abstract
Offset |
lastModifiedTime()
Gets the last |
| 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:
description
public abstract String description()
Gets the description property: Gets or sets the description.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract VariableInner innerModel()
Gets the inner com.azure.resourcemanager.automation.fluent.models.VariableInner object.
Returns:
isEncrypted
public abstract Boolean isEncrypted()
Gets the isEncrypted property: Gets or sets the encrypted flag of the variable.
Returns:
lastModifiedTime
public abstract OffsetDateTime lastModifiedTime()
Gets the lastModifiedTime property: Gets or sets the last modified time.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
refresh
public abstract Variable refresh()
Refreshes the resource to sync with Azure.
Returns:
refresh
public abstract Variable refresh(Context context)
Refreshes the resource to sync with Azure.
Parameters:
Returns:
resourceGroupName
public abstract String resourceGroupName()
Gets the name of the resource group.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns:
update
public abstract Variable.Update update()
Begins update for the Variable resource.
Returns:
value
public abstract String value()
Gets the value property: Gets or sets the value of the variable.
Returns: