EnvironmentData Class

  • java.lang.Object
    • com.azure.resourcemanager.security.models.EnvironmentData

Implements

public class EnvironmentData
implements JsonSerializable<EnvironmentData>

The security connector environment data.

Constructor Summary

Constructor Description
EnvironmentData()

Creates an instance of EnvironmentData class.

Method Summary

Modifier and Type Method and Description
EnvironmentType environmentType()

Get the environmentType property: The type of the environment data.

static EnvironmentData fromJson(JsonReader jsonReader)

Reads an instance of EnvironmentData from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

EnvironmentData

public EnvironmentData()

Creates an instance of EnvironmentData class.

Method Details

environmentType

public EnvironmentType environmentType()

Get the environmentType property: The type of the environment data.

Returns:

the environmentType value.

fromJson

public static EnvironmentData fromJson(JsonReader jsonReader)

Reads an instance of EnvironmentData from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of EnvironmentData 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 EnvironmentData.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to