ServiceFabrics interface
Interfaz que representa un ServiceFabrics.
Métodos
Detalles del método
beginCreateOrUpdate(string, string, string, string, ServiceFabric, ServiceFabricsCreateOrUpdateOptionalParams)
Cree o reemplace un service fabric existente. Esta operación puede tardar varios minutos 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
El nombre del laboratorio.
- userName
-
string
Nombre del perfil de usuario.
- name
-
string
Nombre de Service Fabric.
- serviceFabric
- ServiceFabric
A Service Fabric.
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 varios minutos 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
El nombre del laboratorio.
- userName
-
string
Nombre del perfil de usuario.
- name
-
string
Nombre de Service Fabric.
- serviceFabric
- ServiceFabric
A Service Fabric.
Parámetros de opciones.
Devoluciones
Promise<ServiceFabric>
beginDelete(string, string, string, string, ServiceFabricsDeleteOptionalParams)
Elimine Service Fabric. Esta operación puede tardar varios minutos 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
El nombre del laboratorio.
- userName
-
string
Nombre del perfil de usuario.
- name
-
string
Nombre de Service Fabric.
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 varios minutos 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
El nombre del laboratorio.
- userName
-
string
Nombre del perfil de usuario.
- name
-
string
Nombre de Service Fabric.
Parámetros de opciones.
Devoluciones
Promise<void>
beginStart(string, string, string, string, ServiceFabricsStartOptionalParams)
Inicia una instancia de Service Fabric. Esta operación puede tardar varios minutos 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
El nombre del laboratorio.
- userName
-
string
Nombre del perfil de usuario.
- name
-
string
Nombre de Service Fabric.
Parámetros de opciones.
Devoluciones
Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>
beginStartAndWait(string, string, string, string, ServiceFabricsStartOptionalParams)
Inicia una instancia de Service Fabric. Esta operación puede tardar varios minutos 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
El nombre del laboratorio.
- userName
-
string
Nombre del perfil de usuario.
- name
-
string
Nombre de Service Fabric.
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
El nombre del laboratorio.
- userName
-
string
Nombre del perfil de usuario.
- name
-
string
Nombre de 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
El nombre del laboratorio.
- userName
-
string
Nombre del perfil de usuario.
- name
-
string
Nombre de 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
El nombre del laboratorio.
- userName
-
string
Nombre del perfil de usuario.
- name
-
string
Nombre de 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
El nombre del laboratorio.
- userName
-
string
Nombre del perfil de usuario.
- options
- ServiceFabricsListOptionalParams
Parámetros de opciones.
Devoluciones
listApplicableSchedules(string, string, string, string, ServiceFabricsListApplicableSchedulesOptionalParams)
Muestra, si las hay, las programaciones de inicio y detención aplicables.
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
El nombre del laboratorio.
- userName
-
string
Nombre del perfil de usuario.
- name
-
string
Nombre de Service Fabric.
Parámetros de opciones.
Devoluciones
Promise<ApplicableSchedule>
update(string, string, string, string, ServiceFabricFragment, ServiceFabricsUpdateOptionalParams)
Permite modificar etiquetas de Service Fabric. 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
El nombre del laboratorio.
- userName
-
string
Nombre del perfil de usuario.
- name
-
string
Nombre de Service Fabric.
- serviceFabric
- ServiceFabricFragment
A Service Fabric.
Parámetros de opciones.
Devoluciones
Promise<ServiceFabric>