IntegrationServiceEnvironmentAccessEndpoint Class

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

public final class 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
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

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