Uses of Class
com.azure.resourcemanager.datafactory.models.SelfHostedIntegrationRuntimeNodeStatus
Package
Description
Package containing the inner data models for DataFactoryManagementClient.
Package containing the data models for DataFactoryManagementClient.
-
Uses of SelfHostedIntegrationRuntimeNodeStatus in com.azure.resourcemanager.datafactory.fluent.models
Modifier and TypeMethodDescriptionSelfHostedIntegrationRuntimeNodeInner.status()
Get the status property: Status of the integration runtime node. -
Uses of SelfHostedIntegrationRuntimeNodeStatus in com.azure.resourcemanager.datafactory.models
Modifier and TypeFieldDescriptionstatic final SelfHostedIntegrationRuntimeNodeStatus
SelfHostedIntegrationRuntimeNodeStatus.INITIALIZE_FAILED
Static value InitializeFailed for SelfHostedIntegrationRuntimeNodeStatus.static final SelfHostedIntegrationRuntimeNodeStatus
SelfHostedIntegrationRuntimeNodeStatus.INITIALIZING
Static value Initializing for SelfHostedIntegrationRuntimeNodeStatus.static final SelfHostedIntegrationRuntimeNodeStatus
SelfHostedIntegrationRuntimeNodeStatus.LIMITED
Static value Limited for SelfHostedIntegrationRuntimeNodeStatus.static final SelfHostedIntegrationRuntimeNodeStatus
SelfHostedIntegrationRuntimeNodeStatus.NEED_REGISTRATION
Static value NeedRegistration for SelfHostedIntegrationRuntimeNodeStatus.static final SelfHostedIntegrationRuntimeNodeStatus
SelfHostedIntegrationRuntimeNodeStatus.OFFLINE
Static value Offline for SelfHostedIntegrationRuntimeNodeStatus.static final SelfHostedIntegrationRuntimeNodeStatus
SelfHostedIntegrationRuntimeNodeStatus.ONLINE
Static value Online for SelfHostedIntegrationRuntimeNodeStatus.static final SelfHostedIntegrationRuntimeNodeStatus
SelfHostedIntegrationRuntimeNodeStatus.UPGRADING
Static value Upgrading for SelfHostedIntegrationRuntimeNodeStatus.Modifier and TypeMethodDescriptionSelfHostedIntegrationRuntimeNodeStatus.fromString
(String name) Creates or finds a SelfHostedIntegrationRuntimeNodeStatus from its string representation.SelfHostedIntegrationRuntimeNode.status()
Gets the status property: Status of the integration runtime node.Modifier and TypeMethodDescriptionSelfHostedIntegrationRuntimeNodeStatus.values()
Gets known SelfHostedIntegrationRuntimeNodeStatus values.