IntegrationServiceEnvironmentAccessEndpoint Class
- java.
lang. Object - com.
azure. resourcemanager. logic. models. IntegrationServiceEnvironmentAccessEndpoint
- com.
Implements
public final class IntegrationServiceEnvironmentAccessEndpoint
implements JsonSerializable<IntegrationServiceEnvironmentAccessEndpoint>
The integration service environment access endpoint.
Constructor Summary
| Constructor | Description |
|---|---|
| IntegrationServiceEnvironmentAccessEndpoint() |
Creates an instance of Integration |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Integration |
fromJson(JsonReader jsonReader)
Reads an instance of Integration |
|
Json |
toJson(JsonWriter jsonWriter) |
|
Integration |
type()
Get the type property: The access endpoint type. |
| void |
validate()
Validates the instance. |
|
Integration |
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:
Returns:
Throws:
toJson
type
public IntegrationServiceEnvironmentAccessEndpointType type()
Get the type property: The access endpoint type.
Returns:
validate
public void validate()
Validates the instance.
withType
public IntegrationServiceEnvironmentAccessEndpoint withType(IntegrationServiceEnvironmentAccessEndpointType type)
Set the type property: The access endpoint type.
Parameters:
Returns: