Aracılığıyla paylaş


IntegrationServiceEnvironmentAccessEndpoint Class

  • java.lang.Object
    • com.azure.resourcemanager.logic.models.IntegrationServiceEnvironmentAccessEndpoint

Implements

public final class IntegrationServiceEnvironmentAccessEndpoint
implements JsonSerializable<IntegrationServiceEnvironmentAccessEndpoint>

The integration service environment access endpoint.

Constructor Summary

Constructor Description
IntegrationServiceEnvironmentAccessEndpoint()

Creates an instance of IntegrationServiceEnvironmentAccessEndpoint class.

Method Summary

Modifier and Type Method and Description
static IntegrationServiceEnvironmentAccessEndpoint fromJson(JsonReader jsonReader)

Reads an instance of IntegrationServiceEnvironmentAccessEndpoint from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
IntegrationServiceEnvironmentAccessEndpointType type()

Get the type property: The access endpoint type.

void validate()

Validates the instance.

IntegrationServiceEnvironmentAccessEndpoint withType(IntegrationServiceEnvironmentAccessEndpointType type)

Set the type property: The access endpoint type.

Methods inherited from java.lang.Object

Constructor Details

IntegrationServiceEnvironmentAccessEndpoint

public IntegrationServiceEnvironmentAccessEndpoint()

Creates an instance of IntegrationServiceEnvironmentAccessEndpoint class.

Method Details

fromJson

public static IntegrationServiceEnvironmentAccessEndpoint fromJson(JsonReader jsonReader)

Reads an instance of IntegrationServiceEnvironmentAccessEndpoint from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

type

public IntegrationServiceEnvironmentAccessEndpointType type()

Get the type property: The access endpoint type.

Returns:

the type value.

validate

public void validate()

Validates the instance.

withType

public IntegrationServiceEnvironmentAccessEndpoint withType(IntegrationServiceEnvironmentAccessEndpointType type)

Set the type property: The access endpoint type.

Parameters:

type - the type value to set.

Returns:

the IntegrationServiceEnvironmentAccessEndpoint object itself.

Applies to