Compartir a través de


ServiceFabrics interface

Interfaz que representa un Objeto ServiceFabrics.

Métodos

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

Cree o reemplace un service fabric existente. Esta operación puede tardar un tiempo en completarse.

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

Cree o reemplace un service fabric existente. Esta operación puede tardar un tiempo en completarse.

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

Elimine Service Fabric. Esta operación puede tardar un tiempo en completarse.

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

Elimine Service Fabric. Esta operación puede tardar un tiempo en completarse.

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

Inicie un service fabric. Esta operación puede tardar un tiempo en completarse.

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

Inicie un service fabric. Esta operación puede tardar un tiempo en completarse.

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

Detener un service fabric Esta operación puede tardar un tiempo en completarse.

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

Detener un service fabric Esta operación puede tardar un tiempo en completarse.

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

Obtenga Service Fabric.

list(string, string, string, ServiceFabricsListOptionalParams)

Enumere service fabrics en un perfil de usuario determinado.

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

Enumera las programaciones de inicio y detención aplicables, si las hay.

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

Permite modificar etiquetas de service fabrics. Se omitirán todas las demás propiedades.

Detalles del método

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

Cree o reemplace un service fabric existente. Esta operación puede tardar un tiempo en completarse.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos.

labName

string

Nombre del laboratorio.

userName

string

Nombre del perfil de usuario.

name

string

Nombre del service fabric.

serviceFabric
ServiceFabric

Un Service Fabric.

options
ServiceFabricsCreateOrUpdateOptionalParams

Parámetros de opciones.

Devoluciones

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

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

Cree o reemplace un service fabric existente. Esta operación puede tardar un tiempo en completarse.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos.

labName

string

Nombre del laboratorio.

userName

string

Nombre del perfil de usuario.

name

string

Nombre del service fabric.

serviceFabric
ServiceFabric

Un Service Fabric.

options
ServiceFabricsCreateOrUpdateOptionalParams

Parámetros de opciones.

Devoluciones

Promise<ServiceFabric>

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

Elimine Service Fabric. Esta operación puede tardar un tiempo en completarse.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos.

labName

string

Nombre del laboratorio.

userName

string

Nombre del perfil de usuario.

name

string

Nombre del service fabric.

options
ServiceFabricsDeleteOptionalParams

Parámetros de opciones.

Devoluciones

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

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

Elimine Service Fabric. Esta operación puede tardar un tiempo en completarse.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos.

labName

string

Nombre del laboratorio.

userName

string

Nombre del perfil de usuario.

name

string

Nombre del service fabric.

options
ServiceFabricsDeleteOptionalParams

Parámetros de opciones.

Devoluciones

Promise<void>

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

Inicie un service fabric. Esta operación puede tardar un tiempo en completarse.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos.

labName

string

Nombre del laboratorio.

userName

string

Nombre del perfil de usuario.

name

string

Nombre del service fabric.

options
ServiceFabricsStartOptionalParams

Parámetros de opciones.

Devoluciones

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

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

Inicie un service fabric. Esta operación puede tardar un tiempo en completarse.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos.

labName

string

Nombre del laboratorio.

userName

string

Nombre del perfil de usuario.

name

string

Nombre del service fabric.

options
ServiceFabricsStartOptionalParams

Parámetros de opciones.

Devoluciones

Promise<void>

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

Detener un service fabric Esta operación puede tardar un tiempo en completarse.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos.

labName

string

Nombre del laboratorio.

userName

string

Nombre del perfil de usuario.

name

string

Nombre del service fabric.

options
ServiceFabricsStopOptionalParams

Parámetros de opciones.

Devoluciones

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

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

Detener un service fabric Esta operación puede tardar un tiempo en completarse.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos.

labName

string

Nombre del laboratorio.

userName

string

Nombre del perfil de usuario.

name

string

Nombre del service fabric.

options
ServiceFabricsStopOptionalParams

Parámetros de opciones.

Devoluciones

Promise<void>

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

Obtenga Service Fabric.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos.

labName

string

Nombre del laboratorio.

userName

string

Nombre del perfil de usuario.

name

string

Nombre del service fabric.

options
ServiceFabricsGetOptionalParams

Parámetros de opciones.

Devoluciones

Promise<ServiceFabric>

list(string, string, string, ServiceFabricsListOptionalParams)

Enumere service fabrics en un perfil de usuario determinado.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos.

labName

string

Nombre del laboratorio.

userName

string

Nombre del perfil de usuario.

options
ServiceFabricsListOptionalParams

Parámetros de opciones.

Devoluciones

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

Enumera las programaciones de inicio y detención aplicables, si las hay.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos.

labName

string

Nombre del laboratorio.

userName

string

Nombre del perfil de usuario.

name

string

Nombre del service fabric.

options
ServiceFabricsListApplicableSchedulesOptionalParams

Parámetros de opciones.

Devoluciones

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

Permite modificar etiquetas de service fabrics. Se omitirán todas las demás propiedades.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos.

labName

string

Nombre del laboratorio.

userName

string

Nombre del perfil de usuario.

name

string

Nombre del service fabric.

serviceFabric
ServiceFabricFragment

Un Service Fabric.

options
ServiceFabricsUpdateOptionalParams

Parámetros de opciones.

Devoluciones

Promise<ServiceFabric>