Delen via


ManagedClustersOperations interface

Interface die een ManagedClusters-bewerking vertegenwoordigt.

Eigenschappen

createOrUpdate

Een beheerde Service Fabric-clusterresource maken of bijwerken met de opgegeven naam.

delete
get

Haal een door Service Fabric beheerde clusterresource op die is gemaakt of tijdens het maken in de opgegeven resourcegroep.

getFaultSimulation

Haalt een foutsimulatie op door de simulationId.

listByResourceGroup

Hiermee haalt u alle Service Fabric-clusterresources op die zijn gemaakt of die worden gemaakt in de resourcegroep.

listBySubscription

Hiermee haalt u alle Service Fabric-clusterresources op die zijn gemaakt of die worden gemaakt in het abonnement.

listFaultSimulation

Hiermee haalt u de lijst met recente foutsimulaties voor het cluster op.

startFaultSimulation

Start een foutsimulatie op het cluster.

stopFaultSimulation

Hiermee wordt een foutsimulatie op het cluster gestopt.

update

Werk de tags van een beheerde Service Fabric-clusterresource bij met de opgegeven naam.

Eigenschapdetails

createOrUpdate

Een beheerde Service Fabric-clusterresource maken of bijwerken met de opgegeven naam.

createOrUpdate: (resourceGroupName: string, clusterName: string, parameters: ManagedCluster, options?: ManagedClustersCreateOrUpdateOptionalParams) => PollerLike<OperationState<ManagedCluster>, ManagedCluster>

Waarde van eigenschap

(resourceGroupName: string, clusterName: string, parameters: ManagedCluster, options?: ManagedClustersCreateOrUpdateOptionalParams) => PollerLike<OperationState<ManagedCluster>, ManagedCluster>

delete

delete: (resourceGroupName: string, clusterName: string, options?: ManagedClustersDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Waarde van eigenschap

(resourceGroupName: string, clusterName: string, options?: ManagedClustersDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Haal een door Service Fabric beheerde clusterresource op die is gemaakt of tijdens het maken in de opgegeven resourcegroep.

get: (resourceGroupName: string, clusterName: string, options?: ManagedClustersGetOptionalParams) => Promise<ManagedCluster>

Waarde van eigenschap

(resourceGroupName: string, clusterName: string, options?: ManagedClustersGetOptionalParams) => Promise<ManagedCluster>

getFaultSimulation

Haalt een foutsimulatie op door de simulationId.

getFaultSimulation: (resourceGroupName: string, clusterName: string, parameters: FaultSimulationIdContent, options?: ManagedClustersGetFaultSimulationOptionalParams) => Promise<FaultSimulation>

Waarde van eigenschap

(resourceGroupName: string, clusterName: string, parameters: FaultSimulationIdContent, options?: ManagedClustersGetFaultSimulationOptionalParams) => Promise<FaultSimulation>

listByResourceGroup

Hiermee haalt u alle Service Fabric-clusterresources op die zijn gemaakt of die worden gemaakt in de resourcegroep.

listByResourceGroup: (resourceGroupName: string, options?: ManagedClustersListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<ManagedCluster, ManagedCluster[], PageSettings>

Waarde van eigenschap

(resourceGroupName: string, options?: ManagedClustersListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<ManagedCluster, ManagedCluster[], PageSettings>

listBySubscription

Hiermee haalt u alle Service Fabric-clusterresources op die zijn gemaakt of die worden gemaakt in het abonnement.

listBySubscription: (options?: ManagedClustersListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<ManagedCluster, ManagedCluster[], PageSettings>

Waarde van eigenschap

(options?: ManagedClustersListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<ManagedCluster, ManagedCluster[], PageSettings>

listFaultSimulation

Hiermee haalt u de lijst met recente foutsimulaties voor het cluster op.

listFaultSimulation: (resourceGroupName: string, clusterName: string, options?: ManagedClustersListFaultSimulationOptionalParams) => PagedAsyncIterableIterator<FaultSimulation, FaultSimulation[], PageSettings>

Waarde van eigenschap

(resourceGroupName: string, clusterName: string, options?: ManagedClustersListFaultSimulationOptionalParams) => PagedAsyncIterableIterator<FaultSimulation, FaultSimulation[], PageSettings>

startFaultSimulation

Start een foutsimulatie op het cluster.

startFaultSimulation: (resourceGroupName: string, clusterName: string, parameters: FaultSimulationContentWrapper, options?: ManagedClustersStartFaultSimulationOptionalParams) => PollerLike<OperationState<FaultSimulation>, FaultSimulation>

Waarde van eigenschap

(resourceGroupName: string, clusterName: string, parameters: FaultSimulationContentWrapper, options?: ManagedClustersStartFaultSimulationOptionalParams) => PollerLike<OperationState<FaultSimulation>, FaultSimulation>

stopFaultSimulation

Hiermee wordt een foutsimulatie op het cluster gestopt.

stopFaultSimulation: (resourceGroupName: string, clusterName: string, parameters: FaultSimulationIdContent, options?: ManagedClustersStopFaultSimulationOptionalParams) => PollerLike<OperationState<FaultSimulation>, FaultSimulation>

Waarde van eigenschap

(resourceGroupName: string, clusterName: string, parameters: FaultSimulationIdContent, options?: ManagedClustersStopFaultSimulationOptionalParams) => PollerLike<OperationState<FaultSimulation>, FaultSimulation>

update

Werk de tags van een beheerde Service Fabric-clusterresource bij met de opgegeven naam.

update: (resourceGroupName: string, clusterName: string, parameters: ManagedClusterUpdateParameters, options?: ManagedClustersUpdateOptionalParams) => PollerLike<OperationState<ManagedCluster>, ManagedCluster>

Waarde van eigenschap

(resourceGroupName: string, clusterName: string, parameters: ManagedClusterUpdateParameters, options?: ManagedClustersUpdateOptionalParams) => PollerLike<OperationState<ManagedCluster>, ManagedCluster>