Sdílet prostřednictvím


IntegrationFabricsOperations interface

Rozhraní reprezentující operace IntegrationFabrics.

Vlastnosti

create

Vytvoření technologie IntegrationFabric

delete
get

Získat IntegrationFabric

list

Seznam prostředků technologie IntegrationFabric podle služby ManagedGrafana

update

Aktualizace technologie IntegrationFabric

Podrobnosti vlastnosti

create

Vytvoření technologie IntegrationFabric

create: (resourceGroupName: string, workspaceName: string, integrationFabricName: string, requestBodyParameters: IntegrationFabric, options?: IntegrationFabricsCreateOptionalParams) => PollerLike<OperationState<IntegrationFabric>, IntegrationFabric>

Hodnota vlastnosti

(resourceGroupName: string, workspaceName: string, integrationFabricName: string, requestBodyParameters: IntegrationFabric, options?: IntegrationFabricsCreateOptionalParams) => PollerLike<OperationState<IntegrationFabric>, IntegrationFabric>

delete

delete: (resourceGroupName: string, workspaceName: string, integrationFabricName: string, options?: IntegrationFabricsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Hodnota vlastnosti

(resourceGroupName: string, workspaceName: string, integrationFabricName: string, options?: IntegrationFabricsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Získat IntegrationFabric

get: (resourceGroupName: string, workspaceName: string, integrationFabricName: string, options?: IntegrationFabricsGetOptionalParams) => Promise<IntegrationFabric>

Hodnota vlastnosti

(resourceGroupName: string, workspaceName: string, integrationFabricName: string, options?: IntegrationFabricsGetOptionalParams) => Promise<IntegrationFabric>

list

Seznam prostředků technologie IntegrationFabric podle služby ManagedGrafana

list: (resourceGroupName: string, workspaceName: string, options?: IntegrationFabricsListOptionalParams) => PagedAsyncIterableIterator<IntegrationFabric, IntegrationFabric[], PageSettings>

Hodnota vlastnosti

(resourceGroupName: string, workspaceName: string, options?: IntegrationFabricsListOptionalParams) => PagedAsyncIterableIterator<IntegrationFabric, IntegrationFabric[], PageSettings>

update

Aktualizace technologie IntegrationFabric

update: (resourceGroupName: string, workspaceName: string, integrationFabricName: string, requestBodyParameters: IntegrationFabricUpdateParameters, options?: IntegrationFabricsUpdateOptionalParams) => PollerLike<OperationState<IntegrationFabric>, IntegrationFabric>

Hodnota vlastnosti

(resourceGroupName: string, workspaceName: string, integrationFabricName: string, requestBodyParameters: IntegrationFabricUpdateParameters, options?: IntegrationFabricsUpdateOptionalParams) => PollerLike<OperationState<IntegrationFabric>, IntegrationFabric>