IntegrationRuntimeOperations interface
IntegrationRuntime işlemlerini temsil eden arayüz.
Özellikler
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| disable |
Yönetilen Sanal Ağ tümleştirme çalışma zamanının etkileşimli yazmayı devre dışı bırakın. |
| enable |
Yönetilen Sanal Ağ tümleştirme çalışma zamanının etkileşimli olarak yazılmasını etkinleştirin. |
Özellik Ayrıntıları
beginDisableInteractiveQuery
Uyarı
Bu API artık kullanım dışıdır.
use disableInteractiveQuery instead
beginDisableInteractiveQuery: (resourceGroupName: string, factoryName: string, integrationRuntimeName: string, options?: IntegrationRuntimeDisableInteractiveQueryOptionalParams) => Promise<SimplePollerLike<OperationState<IntegrationRuntimeResource>, IntegrationRuntimeResource>>
Özellik Değeri
(resourceGroupName: string, factoryName: string, integrationRuntimeName: string, options?: IntegrationRuntimeDisableInteractiveQueryOptionalParams) => Promise<SimplePollerLike<OperationState<IntegrationRuntimeResource>, IntegrationRuntimeResource>>
beginDisableInteractiveQueryAndWait
Uyarı
Bu API artık kullanım dışıdır.
use disableInteractiveQuery instead
beginDisableInteractiveQueryAndWait: (resourceGroupName: string, factoryName: string, integrationRuntimeName: string, options?: IntegrationRuntimeDisableInteractiveQueryOptionalParams) => Promise<IntegrationRuntimeResource>
Özellik Değeri
(resourceGroupName: string, factoryName: string, integrationRuntimeName: string, options?: IntegrationRuntimeDisableInteractiveQueryOptionalParams) => Promise<IntegrationRuntimeResource>
beginEnableInteractiveQuery
Uyarı
Bu API artık kullanım dışıdır.
use enableInteractiveQuery instead
beginEnableInteractiveQuery: (resourceGroupName: string, factoryName: string, integrationRuntimeName: string, enableInteractiveQueryRequest: EnableInteractiveQueryRequest, options?: IntegrationRuntimeEnableInteractiveQueryOptionalParams) => Promise<SimplePollerLike<OperationState<IntegrationRuntimeResource>, IntegrationRuntimeResource>>
Özellik Değeri
(resourceGroupName: string, factoryName: string, integrationRuntimeName: string, enableInteractiveQueryRequest: EnableInteractiveQueryRequest, options?: IntegrationRuntimeEnableInteractiveQueryOptionalParams) => Promise<SimplePollerLike<OperationState<IntegrationRuntimeResource>, IntegrationRuntimeResource>>
beginEnableInteractiveQueryAndWait
Uyarı
Bu API artık kullanım dışıdır.
use enableInteractiveQuery instead
beginEnableInteractiveQueryAndWait: (resourceGroupName: string, factoryName: string, integrationRuntimeName: string, enableInteractiveQueryRequest: EnableInteractiveQueryRequest, options?: IntegrationRuntimeEnableInteractiveQueryOptionalParams) => Promise<IntegrationRuntimeResource>
Özellik Değeri
(resourceGroupName: string, factoryName: string, integrationRuntimeName: string, enableInteractiveQueryRequest: EnableInteractiveQueryRequest, options?: IntegrationRuntimeEnableInteractiveQueryOptionalParams) => Promise<IntegrationRuntimeResource>
disableInteractiveQuery
Yönetilen Sanal Ağ tümleştirme çalışma zamanının etkileşimli yazmayı devre dışı bırakın.
disableInteractiveQuery: (resourceGroupName: string, factoryName: string, integrationRuntimeName: string, options?: IntegrationRuntimeDisableInteractiveQueryOptionalParams) => PollerLike<OperationState<IntegrationRuntimeResource>, IntegrationRuntimeResource>
Özellik Değeri
(resourceGroupName: string, factoryName: string, integrationRuntimeName: string, options?: IntegrationRuntimeDisableInteractiveQueryOptionalParams) => PollerLike<OperationState<IntegrationRuntimeResource>, IntegrationRuntimeResource>
enableInteractiveQuery
Yönetilen Sanal Ağ tümleştirme çalışma zamanının etkileşimli olarak yazılmasını etkinleştirin.
enableInteractiveQuery: (resourceGroupName: string, factoryName: string, integrationRuntimeName: string, enableInteractiveQueryRequest: EnableInteractiveQueryRequest, options?: IntegrationRuntimeEnableInteractiveQueryOptionalParams) => PollerLike<OperationState<IntegrationRuntimeResource>, IntegrationRuntimeResource>
Özellik Değeri
(resourceGroupName: string, factoryName: string, integrationRuntimeName: string, enableInteractiveQueryRequest: EnableInteractiveQueryRequest, options?: IntegrationRuntimeEnableInteractiveQueryOptionalParams) => PollerLike<OperationState<IntegrationRuntimeResource>, IntegrationRuntimeResource>