Freigeben über


ManagedClustersOperations interface

Schnittstelle, die einen ManagedClusters-Vorgang darstellt.

Eigenschaften

createOrUpdate

Erstellen oder aktualisieren Sie eine vom Service Fabric verwaltete Clusterressource mit dem angegebenen Namen.

delete
get

Rufen Sie eine vom Service Fabric verwaltete Clusterressource ab, die in der angegebenen Ressourcengruppe erstellt oder erstellt wird.

getFaultSimulation

Ruft eine Fehlersimulation anhand der simulationId ab.

listByResourceGroup

Ruft alle Service Fabric-Clusterressourcen ab, die in der Ressourcengruppe erstellt oder erstellt werden.

listBySubscription

Ruft alle Service Fabric-Clusterressourcen ab, die im Abonnement erstellt oder erstellt werden.

listFaultSimulation

Ruft die Liste der letzten Fehlersimulationen für den Cluster ab.

startFaultSimulation

Startet eine Fehlersimulation auf dem Cluster.

stopFaultSimulation

Stoppt eine Fehlersimulation auf dem Cluster.

update

Aktualisieren Sie die Tags einer vom Service Fabric verwalteten Clusterressource mit dem angegebenen Namen.

Details zur Eigenschaft

createOrUpdate

Erstellen oder aktualisieren Sie eine vom Service Fabric verwaltete Clusterressource mit dem angegebenen Namen.

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

Eigenschaftswert

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

delete

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

Eigenschaftswert

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

get

Rufen Sie eine vom Service Fabric verwaltete Clusterressource ab, die in der angegebenen Ressourcengruppe erstellt oder erstellt wird.

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

Eigenschaftswert

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

getFaultSimulation

Ruft eine Fehlersimulation anhand der simulationId ab.

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

Eigenschaftswert

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

listByResourceGroup

Ruft alle Service Fabric-Clusterressourcen ab, die in der Ressourcengruppe erstellt oder erstellt werden.

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

Eigenschaftswert

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

listBySubscription

Ruft alle Service Fabric-Clusterressourcen ab, die im Abonnement erstellt oder erstellt werden.

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

Eigenschaftswert

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

listFaultSimulation

Ruft die Liste der letzten Fehlersimulationen für den Cluster ab.

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

Eigenschaftswert

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

startFaultSimulation

Startet eine Fehlersimulation auf dem Cluster.

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

Eigenschaftswert

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

stopFaultSimulation

Stoppt eine Fehlersimulation auf dem Cluster.

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

Eigenschaftswert

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

update

Aktualisieren Sie die Tags einer vom Service Fabric verwalteten Clusterressource mit dem angegebenen Namen.

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

Eigenschaftswert

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