IntegrationServiceEnvironmentProperties Class

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

public final class IntegrationServiceEnvironmentProperties

The integration service environment properties.

Constructor Summary

Constructor Description
IntegrationServiceEnvironmentProperties()

Creates an instance of IntegrationServiceEnvironmentProperties class.

Method Summary

Modifier and Type Method and Description
IntegrationServiceEnvironmenEncryptionConfiguration encryptionConfiguration()

Get the encryptionConfiguration property: The encryption configuration.

FlowEndpointsConfiguration endpointsConfiguration()

Get the endpointsConfiguration property: The endpoints configuration.

String integrationServiceEnvironmentId()

Get the integrationServiceEnvironmentId property: Gets the tracking id.

NetworkConfiguration networkConfiguration()

Get the networkConfiguration property: The network configuration.

WorkflowProvisioningState provisioningState()

Get the provisioningState property: The provisioning state.

WorkflowState state()

Get the state property: The integration service environment state.

void validate()

Validates the instance.

IntegrationServiceEnvironmentProperties withEncryptionConfiguration(IntegrationServiceEnvironmenEncryptionConfiguration encryptionConfiguration)

Set the encryptionConfiguration property: The encryption configuration.

IntegrationServiceEnvironmentProperties withEndpointsConfiguration(FlowEndpointsConfiguration endpointsConfiguration)

Set the endpointsConfiguration property: The endpoints configuration.

IntegrationServiceEnvironmentProperties withIntegrationServiceEnvironmentId(String integrationServiceEnvironmentId)

Set the integrationServiceEnvironmentId property: Gets the tracking id.

IntegrationServiceEnvironmentProperties withNetworkConfiguration(NetworkConfiguration networkConfiguration)

Set the networkConfiguration property: The network configuration.

IntegrationServiceEnvironmentProperties withProvisioningState(WorkflowProvisioningState provisioningState)

Set the provisioningState property: The provisioning state.

IntegrationServiceEnvironmentProperties withState(WorkflowState state)

Set the state property: The integration service environment state.

Methods inherited from java.lang.Object

Constructor Details

IntegrationServiceEnvironmentProperties

public IntegrationServiceEnvironmentProperties()

Creates an instance of IntegrationServiceEnvironmentProperties class.

Method Details

encryptionConfiguration

public IntegrationServiceEnvironmenEncryptionConfiguration encryptionConfiguration()

Get the encryptionConfiguration property: The encryption configuration.

Returns:

the encryptionConfiguration value.

endpointsConfiguration

public FlowEndpointsConfiguration endpointsConfiguration()

Get the endpointsConfiguration property: The endpoints configuration.

Returns:

the endpointsConfiguration value.

integrationServiceEnvironmentId

public String integrationServiceEnvironmentId()

Get the integrationServiceEnvironmentId property: Gets the tracking id.

Returns:

the integrationServiceEnvironmentId value.

networkConfiguration

public NetworkConfiguration networkConfiguration()

Get the networkConfiguration property: The network configuration.

Returns:

the networkConfiguration value.

provisioningState

public WorkflowProvisioningState provisioningState()

Get the provisioningState property: The provisioning state.

Returns:

the provisioningState value.

state

public WorkflowState state()

Get the state property: The integration service environment state.

Returns:

the state value.

validate

public void validate()

Validates the instance.

withEncryptionConfiguration

public IntegrationServiceEnvironmentProperties withEncryptionConfiguration(IntegrationServiceEnvironmenEncryptionConfiguration encryptionConfiguration)

Set the encryptionConfiguration property: The encryption configuration.

Parameters:

encryptionConfiguration - the encryptionConfiguration value to set.

Returns:

the IntegrationServiceEnvironmentProperties object itself.

withEndpointsConfiguration

public IntegrationServiceEnvironmentProperties withEndpointsConfiguration(FlowEndpointsConfiguration endpointsConfiguration)

Set the endpointsConfiguration property: The endpoints configuration.

Parameters:

endpointsConfiguration - the endpointsConfiguration value to set.

Returns:

the IntegrationServiceEnvironmentProperties object itself.

withIntegrationServiceEnvironmentId

public IntegrationServiceEnvironmentProperties withIntegrationServiceEnvironmentId(String integrationServiceEnvironmentId)

Set the integrationServiceEnvironmentId property: Gets the tracking id.

Parameters:

integrationServiceEnvironmentId - the integrationServiceEnvironmentId value to set.

Returns:

the IntegrationServiceEnvironmentProperties object itself.

withNetworkConfiguration

public IntegrationServiceEnvironmentProperties withNetworkConfiguration(NetworkConfiguration networkConfiguration)

Set the networkConfiguration property: The network configuration.

Parameters:

networkConfiguration - the networkConfiguration value to set.

Returns:

the IntegrationServiceEnvironmentProperties object itself.

withProvisioningState

public IntegrationServiceEnvironmentProperties withProvisioningState(WorkflowProvisioningState provisioningState)

Set the provisioningState property: The provisioning state.

Parameters:

provisioningState - the provisioningState value to set.

Returns:

the IntegrationServiceEnvironmentProperties object itself.

withState

public IntegrationServiceEnvironmentProperties withState(WorkflowState state)

Set the state property: The integration service environment state.

Parameters:

state - the state value to set.

Returns:

the IntegrationServiceEnvironmentProperties object itself.

Applies to