IntegrationRuntimeOperations interface
Rozhraní reprezentující operace IntegrationRuntime.
Vlastnosti
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| disable |
Zakažte interaktivní vytváření prostředí Managed Virtual Network Integration Runtime. |
| enable |
Povolte interaktivní vytváření prostředí Managed Virtual Network Integration Runtime. |
Podrobnosti vlastnosti
beginDisableInteractiveQuery
Upozornění
Toto rozhraní API je teď zastaralé.
use disableInteractiveQuery instead
beginDisableInteractiveQuery: (resourceGroupName: string, factoryName: string, integrationRuntimeName: string, options?: IntegrationRuntimeDisableInteractiveQueryOptionalParams) => Promise<SimplePollerLike<OperationState<IntegrationRuntimeResource>, IntegrationRuntimeResource>>
Hodnota vlastnosti
(resourceGroupName: string, factoryName: string, integrationRuntimeName: string, options?: IntegrationRuntimeDisableInteractiveQueryOptionalParams) => Promise<SimplePollerLike<OperationState<IntegrationRuntimeResource>, IntegrationRuntimeResource>>
beginDisableInteractiveQueryAndWait
Upozornění
Toto rozhraní API je teď zastaralé.
use disableInteractiveQuery instead
beginDisableInteractiveQueryAndWait: (resourceGroupName: string, factoryName: string, integrationRuntimeName: string, options?: IntegrationRuntimeDisableInteractiveQueryOptionalParams) => Promise<IntegrationRuntimeResource>
Hodnota vlastnosti
(resourceGroupName: string, factoryName: string, integrationRuntimeName: string, options?: IntegrationRuntimeDisableInteractiveQueryOptionalParams) => Promise<IntegrationRuntimeResource>
beginEnableInteractiveQuery
Upozornění
Toto rozhraní API je teď zastaralé.
use enableInteractiveQuery instead
beginEnableInteractiveQuery: (resourceGroupName: string, factoryName: string, integrationRuntimeName: string, enableInteractiveQueryRequest: EnableInteractiveQueryRequest, options?: IntegrationRuntimeEnableInteractiveQueryOptionalParams) => Promise<SimplePollerLike<OperationState<IntegrationRuntimeResource>, IntegrationRuntimeResource>>
Hodnota vlastnosti
(resourceGroupName: string, factoryName: string, integrationRuntimeName: string, enableInteractiveQueryRequest: EnableInteractiveQueryRequest, options?: IntegrationRuntimeEnableInteractiveQueryOptionalParams) => Promise<SimplePollerLike<OperationState<IntegrationRuntimeResource>, IntegrationRuntimeResource>>
beginEnableInteractiveQueryAndWait
Upozornění
Toto rozhraní API je teď zastaralé.
use enableInteractiveQuery instead
beginEnableInteractiveQueryAndWait: (resourceGroupName: string, factoryName: string, integrationRuntimeName: string, enableInteractiveQueryRequest: EnableInteractiveQueryRequest, options?: IntegrationRuntimeEnableInteractiveQueryOptionalParams) => Promise<IntegrationRuntimeResource>
Hodnota vlastnosti
(resourceGroupName: string, factoryName: string, integrationRuntimeName: string, enableInteractiveQueryRequest: EnableInteractiveQueryRequest, options?: IntegrationRuntimeEnableInteractiveQueryOptionalParams) => Promise<IntegrationRuntimeResource>
disableInteractiveQuery
Zakažte interaktivní vytváření prostředí Managed Virtual Network Integration Runtime.
disableInteractiveQuery: (resourceGroupName: string, factoryName: string, integrationRuntimeName: string, options?: IntegrationRuntimeDisableInteractiveQueryOptionalParams) => PollerLike<OperationState<IntegrationRuntimeResource>, IntegrationRuntimeResource>
Hodnota vlastnosti
(resourceGroupName: string, factoryName: string, integrationRuntimeName: string, options?: IntegrationRuntimeDisableInteractiveQueryOptionalParams) => PollerLike<OperationState<IntegrationRuntimeResource>, IntegrationRuntimeResource>
enableInteractiveQuery
Povolte interaktivní vytváření prostředí Managed Virtual Network Integration Runtime.
enableInteractiveQuery: (resourceGroupName: string, factoryName: string, integrationRuntimeName: string, enableInteractiveQueryRequest: EnableInteractiveQueryRequest, options?: IntegrationRuntimeEnableInteractiveQueryOptionalParams) => PollerLike<OperationState<IntegrationRuntimeResource>, IntegrationRuntimeResource>
Hodnota vlastnosti
(resourceGroupName: string, factoryName: string, integrationRuntimeName: string, enableInteractiveQueryRequest: EnableInteractiveQueryRequest, options?: IntegrationRuntimeEnableInteractiveQueryOptionalParams) => PollerLike<OperationState<IntegrationRuntimeResource>, IntegrationRuntimeResource>