EnvironmentTypeInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. devcenter. fluent. models. EnvironmentTypeInner
- com.
- com.
public final class EnvironmentTypeInner
extends ProxyResource
Represents an environment type.
Constructor Summary
| Constructor | Description |
|---|---|
| EnvironmentTypeInner() |
Creates an instance of Environment |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
displayName()
Get the display |
|
static
Environment |
fromJson(JsonReader jsonReader)
Reads an instance of Environment |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
| String |
name()
Get the name property: The name of the resource. |
|
Provisioning |
provisioningState()
Get the provisioning |
|
System |
systemData()
Get the system |
| Map<String,String> |
tags()
Get the tags property: Resource tags. |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of the resource. |
| void |
validate()
Validates the instance. |
|
Environment |
withDisplayName(String displayName)
Set the display |
|
Environment |
withTags(Map<String,String> tags)
Set the tags property: Resource tags. |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Constructor Details
EnvironmentTypeInner
public EnvironmentTypeInner()
Creates an instance of EnvironmentTypeInner class.
Method Details
displayName
public String displayName()
Get the displayName property: The display name of the environment type.
Returns:
fromJson
public static EnvironmentTypeInner fromJson(JsonReader jsonReader)
Reads an instance of EnvironmentTypeInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
EnvironmentTypeInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
EnvironmentTypeInner.name()Returns:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: The provisioning state of the resource.
Returns:
systemData
public SystemData systemData()
Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
tags
public Map<String,String> tags()
Get the tags property: Resource tags.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
EnvironmentTypeInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
EnvironmentTypeInner.type()Returns:
validate
public void validate()
Validates the instance.
withDisplayName
public EnvironmentTypeInner withDisplayName(String displayName)
Set the displayName property: The display name of the environment type.
Parameters:
Returns:
withTags
public EnvironmentTypeInner withTags(Map<String,String> tags)
Set the tags property: Resource tags.
Parameters:
Returns: