ConfigurationAccessEndpointSpec Class

  • java.lang.Object
    • com.azure.resourcemanager.monitor.models.ConfigurationAccessEndpointSpec

Implements

public class ConfigurationAccessEndpointSpec
implements JsonSerializable<ConfigurationAccessEndpointSpec>

Definition of the endpoint used for accessing configuration.

Constructor Summary

Constructor Description
ConfigurationAccessEndpointSpec()

Creates an instance of ConfigurationAccessEndpointSpec class.

Method Summary

Modifier and Type Method and Description
String endpoint()

Get the endpoint property: The endpoint.

static ConfigurationAccessEndpointSpec fromJson(JsonReader jsonReader)

Reads an instance of ConfigurationAccessEndpointSpec from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

ConfigurationAccessEndpointSpec

public ConfigurationAccessEndpointSpec()

Creates an instance of ConfigurationAccessEndpointSpec class.

Method Details

endpoint

public String endpoint()

Get the endpoint property: The endpoint. This property is READ-ONLY.

Returns:

the endpoint value.

fromJson

public static ConfigurationAccessEndpointSpec fromJson(JsonReader jsonReader)

Reads an instance of ConfigurationAccessEndpointSpec from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to