次の方法で共有


EnvironmentDefinitionInner Class

public final class EnvironmentDefinitionInner
extends ProxyResource

Represents an environment definition catalog item.

Constructor Summary

Constructor Description
EnvironmentDefinitionInner()

Creates an instance of EnvironmentDefinitionInner class.

Method Summary

Modifier and Type Method and Description
String description()

Get the description property: A short description of the environment definition.

static EnvironmentDefinitionInner fromJson(JsonReader jsonReader)

Reads an instance of EnvironmentDefinitionInner from the JsonReader.

String id()

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

String name()

Get the name property: The name of the resource.

List<EnvironmentDefinitionParameter> parameters()

Get the parameters property: Input parameters passed to an environment.

SystemData systemData()

Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

String templatePath()

Get the templatePath property: Path to the Environment Definition entrypoint file.

JsonWriter toJson(JsonWriter jsonWriter)
String type()

Get the type property: The type of the resource.

void validate()

Validates the instance.

CatalogResourceValidationStatus validationStatus()

Get the validationStatus property: Validation status for the environment definition.

Methods inherited from ProxyResource

Methods inherited from java.lang.Object

Constructor Details

EnvironmentDefinitionInner

public EnvironmentDefinitionInner()

Creates an instance of EnvironmentDefinitionInner class.

Method Details

description

public String description()

Get the description property: A short description of the environment definition.

Returns:

the description value.

fromJson

public static EnvironmentDefinitionInner fromJson(JsonReader jsonReader)

Reads an instance of EnvironmentDefinitionInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of EnvironmentDefinitionInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If the deserialized JSON object was missing any required properties.

id

public String id()

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

Overrides:

EnvironmentDefinitionInner.id()

Returns:

the id value.

name

public String name()

Get the name property: The name of the resource.

Overrides:

EnvironmentDefinitionInner.name()

Returns:

the name value.

parameters

public List<EnvironmentDefinitionParameter> parameters()

Get the parameters property: Input parameters passed to an environment.

Returns:

the parameters value.

systemData

public SystemData systemData()

Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

Returns:

the systemData value.

templatePath

public String templatePath()

Get the templatePath property: Path to the Environment Definition entrypoint file.

Returns:

the templatePath value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

EnvironmentDefinitionInner.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

type

public String type()

Get the type property: The type of the resource.

Overrides:

EnvironmentDefinitionInner.type()

Returns:

the type value.

validate

public void validate()

Validates the instance.

validationStatus

public CatalogResourceValidationStatus validationStatus()

Get the validationStatus property: Validation status for the environment definition.

Returns:

the validationStatus value.

Applies to