IntegrationRuntimeOperations interface

Interfaccia che rappresenta un'operazione IntegrationRuntime.

Proprietà

beginDisableInteractiveQuery
beginDisableInteractiveQueryAndWait
beginEnableInteractiveQuery
beginEnableInteractiveQueryAndWait
disableInteractiveQuery

Disabilitare la creazione interattiva del runtime di integrazione della rete virtuale gestita.

enableInteractiveQuery

Abilitare la creazione interattiva del runtime di integrazione della rete virtuale gestita.

Dettagli proprietà

beginDisableInteractiveQuery

Avviso

Questa API è ora deprecata.

use disableInteractiveQuery instead

beginDisableInteractiveQuery: (resourceGroupName: string, factoryName: string, integrationRuntimeName: string, options?: IntegrationRuntimeDisableInteractiveQueryOptionalParams) => Promise<SimplePollerLike<OperationState<IntegrationRuntimeResource>, IntegrationRuntimeResource>>

Valore della proprietà

(resourceGroupName: string, factoryName: string, integrationRuntimeName: string, options?: IntegrationRuntimeDisableInteractiveQueryOptionalParams) => Promise<SimplePollerLike<OperationState<IntegrationRuntimeResource>, IntegrationRuntimeResource>>

beginDisableInteractiveQueryAndWait

Avviso

Questa API è ora deprecata.

use disableInteractiveQuery instead

beginDisableInteractiveQueryAndWait: (resourceGroupName: string, factoryName: string, integrationRuntimeName: string, options?: IntegrationRuntimeDisableInteractiveQueryOptionalParams) => Promise<IntegrationRuntimeResource>

Valore della proprietà

(resourceGroupName: string, factoryName: string, integrationRuntimeName: string, options?: IntegrationRuntimeDisableInteractiveQueryOptionalParams) => Promise<IntegrationRuntimeResource>

beginEnableInteractiveQuery

Avviso

Questa API è ora deprecata.

use enableInteractiveQuery instead

beginEnableInteractiveQuery: (resourceGroupName: string, factoryName: string, integrationRuntimeName: string, enableInteractiveQueryRequest: EnableInteractiveQueryRequest, options?: IntegrationRuntimeEnableInteractiveQueryOptionalParams) => Promise<SimplePollerLike<OperationState<IntegrationRuntimeResource>, IntegrationRuntimeResource>>

Valore della proprietà

(resourceGroupName: string, factoryName: string, integrationRuntimeName: string, enableInteractiveQueryRequest: EnableInteractiveQueryRequest, options?: IntegrationRuntimeEnableInteractiveQueryOptionalParams) => Promise<SimplePollerLike<OperationState<IntegrationRuntimeResource>, IntegrationRuntimeResource>>

beginEnableInteractiveQueryAndWait

Avviso

Questa API è ora deprecata.

use enableInteractiveQuery instead

beginEnableInteractiveQueryAndWait: (resourceGroupName: string, factoryName: string, integrationRuntimeName: string, enableInteractiveQueryRequest: EnableInteractiveQueryRequest, options?: IntegrationRuntimeEnableInteractiveQueryOptionalParams) => Promise<IntegrationRuntimeResource>

Valore della proprietà

(resourceGroupName: string, factoryName: string, integrationRuntimeName: string, enableInteractiveQueryRequest: EnableInteractiveQueryRequest, options?: IntegrationRuntimeEnableInteractiveQueryOptionalParams) => Promise<IntegrationRuntimeResource>

disableInteractiveQuery

Disabilitare la creazione interattiva del runtime di integrazione della rete virtuale gestita.

disableInteractiveQuery: (resourceGroupName: string, factoryName: string, integrationRuntimeName: string, options?: IntegrationRuntimeDisableInteractiveQueryOptionalParams) => PollerLike<OperationState<IntegrationRuntimeResource>, IntegrationRuntimeResource>

Valore della proprietà

(resourceGroupName: string, factoryName: string, integrationRuntimeName: string, options?: IntegrationRuntimeDisableInteractiveQueryOptionalParams) => PollerLike<OperationState<IntegrationRuntimeResource>, IntegrationRuntimeResource>

enableInteractiveQuery

Abilitare la creazione interattiva del runtime di integrazione della rete virtuale gestita.

enableInteractiveQuery: (resourceGroupName: string, factoryName: string, integrationRuntimeName: string, enableInteractiveQueryRequest: EnableInteractiveQueryRequest, options?: IntegrationRuntimeEnableInteractiveQueryOptionalParams) => PollerLike<OperationState<IntegrationRuntimeResource>, IntegrationRuntimeResource>

Valore della proprietà

(resourceGroupName: string, factoryName: string, integrationRuntimeName: string, enableInteractiveQueryRequest: EnableInteractiveQueryRequest, options?: IntegrationRuntimeEnableInteractiveQueryOptionalParams) => PollerLike<OperationState<IntegrationRuntimeResource>, IntegrationRuntimeResource>