Partager via


ServiceFabrics interface

Interface représentant un ServiceFabrics.

Méthodes

beginCreateOrUpdate(string, string, string, string, ServiceFabric, ServiceFabricsCreateOrUpdateOptionalParams)

Créez ou remplacez une infrastructure service existante. Cette opération peut prendre un certain temps.

beginCreateOrUpdateAndWait(string, string, string, string, ServiceFabric, ServiceFabricsCreateOrUpdateOptionalParams)

Créez ou remplacez une infrastructure service existante. Cette opération peut prendre un certain temps.

beginDelete(string, string, string, string, ServiceFabricsDeleteOptionalParams)

Supprimez Service Fabric. Cette opération peut prendre un certain temps.

beginDeleteAndWait(string, string, string, string, ServiceFabricsDeleteOptionalParams)

Supprimez Service Fabric. Cette opération peut prendre un certain temps.

beginStart(string, string, string, string, ServiceFabricsStartOptionalParams)

Démarrez une infrastructure service. Cette opération peut prendre un certain temps.

beginStartAndWait(string, string, string, string, ServiceFabricsStartOptionalParams)

Démarrez une infrastructure service. Cette opération peut prendre un certain temps.

beginStop(string, string, string, string, ServiceFabricsStopOptionalParams)

Arrêtez une structure service Fabric Cette opération peut prendre un certain temps.

beginStopAndWait(string, string, string, string, ServiceFabricsStopOptionalParams)

Arrêtez une structure service Fabric Cette opération peut prendre un certain temps.

get(string, string, string, string, ServiceFabricsGetOptionalParams)

Obtenez Service Fabric.

list(string, string, string, ServiceFabricsListOptionalParams)

Répertorier les structures de service dans un profil utilisateur donné.

listApplicableSchedules(string, string, string, string, ServiceFabricsListApplicableSchedulesOptionalParams)

Répertorie les planifications de début/d’arrêt applicables, le cas échéant.

update(string, string, string, string, ServiceFabricFragment, ServiceFabricsUpdateOptionalParams)

Permet de modifier des étiquettes de service Fabrics. Toutes les autres propriétés seront ignorées.

Détails de la méthode

beginCreateOrUpdate(string, string, string, string, ServiceFabric, ServiceFabricsCreateOrUpdateOptionalParams)

Créez ou remplacez une infrastructure service existante. Cette opération peut prendre un certain temps.

function beginCreateOrUpdate(resourceGroupName: string, labName: string, userName: string, name: string, serviceFabric: ServiceFabric, options?: ServiceFabricsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<ServiceFabric>, ServiceFabric>>

Paramètres

resourceGroupName

string

Nom du groupe de ressources.

labName

string

Nom du labo.

userName

string

Nom du profil utilisateur.

name

string

Nom de service fabric.

serviceFabric
ServiceFabric

Une structure de services.

options
ServiceFabricsCreateOrUpdateOptionalParams

Paramètres d’options.

Retours

Promise<PollerLike<@azure/core-lro.PollOperationState<ServiceFabric>, ServiceFabric>>

beginCreateOrUpdateAndWait(string, string, string, string, ServiceFabric, ServiceFabricsCreateOrUpdateOptionalParams)

Créez ou remplacez une infrastructure service existante. Cette opération peut prendre un certain temps.

function beginCreateOrUpdateAndWait(resourceGroupName: string, labName: string, userName: string, name: string, serviceFabric: ServiceFabric, options?: ServiceFabricsCreateOrUpdateOptionalParams): Promise<ServiceFabric>

Paramètres

resourceGroupName

string

Nom du groupe de ressources.

labName

string

Nom du labo.

userName

string

Nom du profil utilisateur.

name

string

Nom de service fabric.

serviceFabric
ServiceFabric

Une structure de services.

options
ServiceFabricsCreateOrUpdateOptionalParams

Paramètres d’options.

Retours

Promise<ServiceFabric>

beginDelete(string, string, string, string, ServiceFabricsDeleteOptionalParams)

Supprimez Service Fabric. Cette opération peut prendre un certain temps.

function beginDelete(resourceGroupName: string, labName: string, userName: string, name: string, options?: ServiceFabricsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>

Paramètres

resourceGroupName

string

Nom du groupe de ressources.

labName

string

Nom du labo.

userName

string

Nom du profil utilisateur.

name

string

Nom de service fabric.

options
ServiceFabricsDeleteOptionalParams

Paramètres d’options.

Retours

Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>

beginDeleteAndWait(string, string, string, string, ServiceFabricsDeleteOptionalParams)

Supprimez Service Fabric. Cette opération peut prendre un certain temps.

function beginDeleteAndWait(resourceGroupName: string, labName: string, userName: string, name: string, options?: ServiceFabricsDeleteOptionalParams): Promise<void>

Paramètres

resourceGroupName

string

Nom du groupe de ressources.

labName

string

Nom du labo.

userName

string

Nom du profil utilisateur.

name

string

Nom de service fabric.

options
ServiceFabricsDeleteOptionalParams

Paramètres d’options.

Retours

Promise<void>

beginStart(string, string, string, string, ServiceFabricsStartOptionalParams)

Démarrez une infrastructure service. Cette opération peut prendre un certain temps.

function beginStart(resourceGroupName: string, labName: string, userName: string, name: string, options?: ServiceFabricsStartOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>

Paramètres

resourceGroupName

string

Nom du groupe de ressources.

labName

string

Nom du labo.

userName

string

Nom du profil utilisateur.

name

string

Nom de service fabric.

options
ServiceFabricsStartOptionalParams

Paramètres d’options.

Retours

Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>

beginStartAndWait(string, string, string, string, ServiceFabricsStartOptionalParams)

Démarrez une infrastructure service. Cette opération peut prendre un certain temps.

function beginStartAndWait(resourceGroupName: string, labName: string, userName: string, name: string, options?: ServiceFabricsStartOptionalParams): Promise<void>

Paramètres

resourceGroupName

string

Nom du groupe de ressources.

labName

string

Nom du labo.

userName

string

Nom du profil utilisateur.

name

string

Nom de service fabric.

options
ServiceFabricsStartOptionalParams

Paramètres d’options.

Retours

Promise<void>

beginStop(string, string, string, string, ServiceFabricsStopOptionalParams)

Arrêtez une structure service Fabric Cette opération peut prendre un certain temps.

function beginStop(resourceGroupName: string, labName: string, userName: string, name: string, options?: ServiceFabricsStopOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>

Paramètres

resourceGroupName

string

Nom du groupe de ressources.

labName

string

Nom du labo.

userName

string

Nom du profil utilisateur.

name

string

Nom de service fabric.

options
ServiceFabricsStopOptionalParams

Paramètres d’options.

Retours

Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>

beginStopAndWait(string, string, string, string, ServiceFabricsStopOptionalParams)

Arrêtez une structure service Fabric Cette opération peut prendre un certain temps.

function beginStopAndWait(resourceGroupName: string, labName: string, userName: string, name: string, options?: ServiceFabricsStopOptionalParams): Promise<void>

Paramètres

resourceGroupName

string

Nom du groupe de ressources.

labName

string

Nom du labo.

userName

string

Nom du profil utilisateur.

name

string

Nom de service fabric.

options
ServiceFabricsStopOptionalParams

Paramètres d’options.

Retours

Promise<void>

get(string, string, string, string, ServiceFabricsGetOptionalParams)

Obtenez Service Fabric.

function get(resourceGroupName: string, labName: string, userName: string, name: string, options?: ServiceFabricsGetOptionalParams): Promise<ServiceFabric>

Paramètres

resourceGroupName

string

Nom du groupe de ressources.

labName

string

Nom du labo.

userName

string

Nom du profil utilisateur.

name

string

Nom de service fabric.

options
ServiceFabricsGetOptionalParams

Paramètres d’options.

Retours

Promise<ServiceFabric>

list(string, string, string, ServiceFabricsListOptionalParams)

Répertorier les structures de service dans un profil utilisateur donné.

function list(resourceGroupName: string, labName: string, userName: string, options?: ServiceFabricsListOptionalParams): PagedAsyncIterableIterator<ServiceFabric, ServiceFabric[], PageSettings>

Paramètres

resourceGroupName

string

Nom du groupe de ressources.

labName

string

Nom du labo.

userName

string

Nom du profil utilisateur.

options
ServiceFabricsListOptionalParams

Paramètres d’options.

Retours

listApplicableSchedules(string, string, string, string, ServiceFabricsListApplicableSchedulesOptionalParams)

Répertorie les planifications de début/d’arrêt applicables, le cas échéant.

function listApplicableSchedules(resourceGroupName: string, labName: string, userName: string, name: string, options?: ServiceFabricsListApplicableSchedulesOptionalParams): Promise<ApplicableSchedule>

Paramètres

resourceGroupName

string

Nom du groupe de ressources.

labName

string

Nom du labo.

userName

string

Nom du profil utilisateur.

name

string

Nom de service fabric.

options
ServiceFabricsListApplicableSchedulesOptionalParams

Paramètres d’options.

Retours

update(string, string, string, string, ServiceFabricFragment, ServiceFabricsUpdateOptionalParams)

Permet de modifier des étiquettes de service Fabrics. Toutes les autres propriétés seront ignorées.

function update(resourceGroupName: string, labName: string, userName: string, name: string, serviceFabric: ServiceFabricFragment, options?: ServiceFabricsUpdateOptionalParams): Promise<ServiceFabric>

Paramètres

resourceGroupName

string

Nom du groupe de ressources.

labName

string

Nom du labo.

userName

string

Nom du profil utilisateur.

name

string

Nom de service fabric.

serviceFabric
ServiceFabricFragment

Une structure de services.

options
ServiceFabricsUpdateOptionalParams

Paramètres d’options.

Retours

Promise<ServiceFabric>