Поделиться через


EnvironmentDefinitionProperties Class

  • java.lang.Object
    • com.azure.resourcemanager.devcenter.fluent.models.EnvironmentDefinitionProperties

Implements

public final class EnvironmentDefinitionProperties
implements JsonSerializable<EnvironmentDefinitionProperties>

Properties of an environment definition.

Constructor Summary

Constructor Description
EnvironmentDefinitionProperties()

Creates an instance of EnvironmentDefinitionProperties class.

Method Summary

Modifier and Type Method and Description
String description()

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

static EnvironmentDefinitionProperties fromJson(JsonReader jsonReader)

Reads an instance of EnvironmentDefinitionProperties from the JsonReader.

List<EnvironmentDefinitionParameter> parameters()

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

String templatePath()

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

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

CatalogResourceValidationStatus validationStatus()

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

Methods inherited from java.lang.Object

Constructor Details

EnvironmentDefinitionProperties

public EnvironmentDefinitionProperties()

Creates an instance of EnvironmentDefinitionProperties 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 EnvironmentDefinitionProperties fromJson(JsonReader jsonReader)

Reads an instance of EnvironmentDefinitionProperties from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

Throws:

IOException

- If an error occurs while reading the EnvironmentDefinitionProperties.

parameters

public List<EnvironmentDefinitionParameter> parameters()

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

Returns:

the parameters 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)

Parameters:

jsonWriter

Throws:

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