Uses of Class
com.azure.resourcemanager.synapse.fluent.models.IntegrationRuntimeStatusResponseInner
-
Packages that use IntegrationRuntimeStatusResponseInner Package Description com.azure.resourcemanager.synapse.fluent Package containing the service clients for SynapseManagementClient.com.azure.resourcemanager.synapse.fluent.models Package containing the inner data models for SynapseManagementClient.com.azure.resourcemanager.synapse.models Package containing the data models for SynapseManagementClient. -
-
Uses of IntegrationRuntimeStatusResponseInner in com.azure.resourcemanager.synapse.fluent
Methods in com.azure.resourcemanager.synapse.fluent that return IntegrationRuntimeStatusResponseInner Modifier and Type Method Description IntegrationRuntimeStatusResponseInner
IntegrationRuntimeStatusOperationsClient. get(String resourceGroupName, String workspaceName, String integrationRuntimeName)
Get the integration runtime status.IntegrationRuntimeStatusResponseInner
IntegrationRuntimesClient. start(String resourceGroupName, String workspaceName, String integrationRuntimeName)
Start an integration runtime.IntegrationRuntimeStatusResponseInner
IntegrationRuntimesClient. start(String resourceGroupName, String workspaceName, String integrationRuntimeName, com.azure.core.util.Context context)
Start an integration runtime.Methods in com.azure.resourcemanager.synapse.fluent that return types with arguments of type IntegrationRuntimeStatusResponseInner Modifier and Type Method Description com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<IntegrationRuntimeStatusResponseInner>,IntegrationRuntimeStatusResponseInner>
IntegrationRuntimesClient. beginStart(String resourceGroupName, String workspaceName, String integrationRuntimeName)
Start an integration runtime.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<IntegrationRuntimeStatusResponseInner>,IntegrationRuntimeStatusResponseInner>
IntegrationRuntimesClient. beginStart(String resourceGroupName, String workspaceName, String integrationRuntimeName)
Start an integration runtime.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<IntegrationRuntimeStatusResponseInner>,IntegrationRuntimeStatusResponseInner>
IntegrationRuntimesClient. beginStart(String resourceGroupName, String workspaceName, String integrationRuntimeName, com.azure.core.util.Context context)
Start an integration runtime.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<IntegrationRuntimeStatusResponseInner>,IntegrationRuntimeStatusResponseInner>
IntegrationRuntimesClient. beginStart(String resourceGroupName, String workspaceName, String integrationRuntimeName, com.azure.core.util.Context context)
Start an integration runtime.com.azure.core.http.rest.Response<IntegrationRuntimeStatusResponseInner>
IntegrationRuntimeStatusOperationsClient. getWithResponse(String resourceGroupName, String workspaceName, String integrationRuntimeName, com.azure.core.util.Context context)
Get the integration runtime status. -
Uses of IntegrationRuntimeStatusResponseInner in com.azure.resourcemanager.synapse.fluent.models
Methods in com.azure.resourcemanager.synapse.fluent.models that return IntegrationRuntimeStatusResponseInner Modifier and Type Method Description IntegrationRuntimeStatusResponseInner
IntegrationRuntimeStatusResponseInner. withProperties(IntegrationRuntimeStatus properties)
Set the properties property: Integration runtime properties. -
Uses of IntegrationRuntimeStatusResponseInner in com.azure.resourcemanager.synapse.models
Methods in com.azure.resourcemanager.synapse.models that return IntegrationRuntimeStatusResponseInner Modifier and Type Method Description IntegrationRuntimeStatusResponseInner
IntegrationRuntimeStatusResponse. innerModel()
Gets the inner com.azure.resourcemanager.synapse.fluent.models.IntegrationRuntimeStatusResponseInner object.
-