EnvironmentType Interface
public interface EnvironmentType
An immutable client-side representation of EnvironmentType.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract String |
displayName()
Gets the display |
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
Environment |
innerModel()
Gets the inner com. |
| abstract String |
name()
Gets the name property: The name of the resource. |
|
abstract
Provisioning |
provisioningState()
Gets the provisioning |
|
abstract
Environment |
refresh()
Refreshes the resource to sync with Azure. |
|
abstract
Environment |
refresh(Context context)
Refreshes the resource to sync with Azure. |
| abstract String |
resourceGroupName()
Gets the name of the resource group. |
|
abstract
System |
systemData()
Gets the system |
| abstract Map<String,String> |
tags()
Gets the tags property: Resource tags. |
| abstract String |
type()
Gets the type property: The type of the resource. |
| abstract Update |
update()
Begins update for the Environment |
Method Details
displayName
public abstract String displayName()
Gets the displayName property: The display name of the environment type.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract EnvironmentTypeInner innerModel()
Gets the inner com.azure.resourcemanager.devcenter.fluent.models.EnvironmentTypeInner object.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
provisioningState
public abstract ProvisioningState provisioningState()
Gets the provisioningState property: The provisioning state of the resource.
Returns:
refresh
public abstract EnvironmentType refresh()
Refreshes the resource to sync with Azure.
Returns:
refresh
public abstract EnvironmentType 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:
systemData
public abstract SystemData systemData()
Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
tags
public abstract Map<String,String> tags()
Gets the tags property: Resource tags.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns:
update
public abstract EnvironmentType.Update update()
Begins update for the EnvironmentType resource.
Returns: