ServiceFabrics interface
Interface que representa um ServiceFabrics.
Métodos
Detalhes de Método
beginCreateOrUpdate(string, string, string, string, ServiceFabric, ServiceFabricsCreateOrUpdateOptionalParams)
Crie ou substitua uma malha de serviço existente. Esta operação pode demorar algum tempo a concluir.
function beginCreateOrUpdate(resourceGroupName: string, labName: string, userName: string, name: string, serviceFabric: ServiceFabric, options?: ServiceFabricsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<ServiceFabric>, ServiceFabric>>
Parâmetros
- resourceGroupName
-
string
O nome do grupo de recursos.
- labName
-
string
O nome do laboratório.
- userName
-
string
O nome do perfil de usuário.
- name
-
string
O nome da malha de serviço.
- serviceFabric
- ServiceFabric
Um Service Fabric.
Os parâmetros de opções.
Devoluções
Promise<PollerLike<@azure/core-lro.PollOperationState<ServiceFabric>, ServiceFabric>>
beginCreateOrUpdateAndWait(string, string, string, string, ServiceFabric, ServiceFabricsCreateOrUpdateOptionalParams)
Crie ou substitua uma malha de serviço existente. Esta operação pode demorar algum tempo a concluir.
function beginCreateOrUpdateAndWait(resourceGroupName: string, labName: string, userName: string, name: string, serviceFabric: ServiceFabric, options?: ServiceFabricsCreateOrUpdateOptionalParams): Promise<ServiceFabric>
Parâmetros
- resourceGroupName
-
string
O nome do grupo de recursos.
- labName
-
string
O nome do laboratório.
- userName
-
string
O nome do perfil de usuário.
- name
-
string
O nome da malha de serviço.
- serviceFabric
- ServiceFabric
Um Service Fabric.
Os parâmetros de opções.
Devoluções
Promise<ServiceFabric>
beginDelete(string, string, string, string, ServiceFabricsDeleteOptionalParams)
Exclua a malha de serviço. Esta operação pode demorar algum tempo a concluir.
function beginDelete(resourceGroupName: string, labName: string, userName: string, name: string, options?: ServiceFabricsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
Parâmetros
- resourceGroupName
-
string
O nome do grupo de recursos.
- labName
-
string
O nome do laboratório.
- userName
-
string
O nome do perfil de usuário.
- name
-
string
O nome da malha de serviço.
Os parâmetros de opções.
Devoluções
Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>
beginDeleteAndWait(string, string, string, string, ServiceFabricsDeleteOptionalParams)
Exclua a malha de serviço. Esta operação pode demorar algum tempo a concluir.
function beginDeleteAndWait(resourceGroupName: string, labName: string, userName: string, name: string, options?: ServiceFabricsDeleteOptionalParams): Promise<void>
Parâmetros
- resourceGroupName
-
string
O nome do grupo de recursos.
- labName
-
string
O nome do laboratório.
- userName
-
string
O nome do perfil de usuário.
- name
-
string
O nome da malha de serviço.
Os parâmetros de opções.
Devoluções
Promise<void>
beginStart(string, string, string, string, ServiceFabricsStartOptionalParams)
Inicie uma malha de serviço. Esta operação pode demorar algum tempo a concluir.
function beginStart(resourceGroupName: string, labName: string, userName: string, name: string, options?: ServiceFabricsStartOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
Parâmetros
- resourceGroupName
-
string
O nome do grupo de recursos.
- labName
-
string
O nome do laboratório.
- userName
-
string
O nome do perfil de usuário.
- name
-
string
O nome da malha de serviço.
Os parâmetros de opções.
Devoluções
Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>
beginStartAndWait(string, string, string, string, ServiceFabricsStartOptionalParams)
Inicie uma malha de serviço. Esta operação pode demorar algum tempo a concluir.
function beginStartAndWait(resourceGroupName: string, labName: string, userName: string, name: string, options?: ServiceFabricsStartOptionalParams): Promise<void>
Parâmetros
- resourceGroupName
-
string
O nome do grupo de recursos.
- labName
-
string
O nome do laboratório.
- userName
-
string
O nome do perfil de usuário.
- name
-
string
O nome da malha de serviço.
Os parâmetros de opções.
Devoluções
Promise<void>
beginStop(string, string, string, string, ServiceFabricsStopOptionalParams)
Parar uma malha de serviço Esta operação pode demorar um pouco para ser concluída.
function beginStop(resourceGroupName: string, labName: string, userName: string, name: string, options?: ServiceFabricsStopOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
Parâmetros
- resourceGroupName
-
string
O nome do grupo de recursos.
- labName
-
string
O nome do laboratório.
- userName
-
string
O nome do perfil de usuário.
- name
-
string
O nome da malha de serviço.
- options
- ServiceFabricsStopOptionalParams
Os parâmetros de opções.
Devoluções
Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>
beginStopAndWait(string, string, string, string, ServiceFabricsStopOptionalParams)
Parar uma malha de serviço Esta operação pode demorar um pouco para ser concluída.
function beginStopAndWait(resourceGroupName: string, labName: string, userName: string, name: string, options?: ServiceFabricsStopOptionalParams): Promise<void>
Parâmetros
- resourceGroupName
-
string
O nome do grupo de recursos.
- labName
-
string
O nome do laboratório.
- userName
-
string
O nome do perfil de usuário.
- name
-
string
O nome da malha de serviço.
- options
- ServiceFabricsStopOptionalParams
Os parâmetros de opções.
Devoluções
Promise<void>
get(string, string, string, string, ServiceFabricsGetOptionalParams)
Obtenha a malha de serviço.
function get(resourceGroupName: string, labName: string, userName: string, name: string, options?: ServiceFabricsGetOptionalParams): Promise<ServiceFabric>
Parâmetros
- resourceGroupName
-
string
O nome do grupo de recursos.
- labName
-
string
O nome do laboratório.
- userName
-
string
O nome do perfil de usuário.
- name
-
string
O nome da malha de serviço.
- options
- ServiceFabricsGetOptionalParams
Os parâmetros de opções.
Devoluções
Promise<ServiceFabric>
list(string, string, string, ServiceFabricsListOptionalParams)
Listar malhas de serviço em um determinado perfil de usuário.
function list(resourceGroupName: string, labName: string, userName: string, options?: ServiceFabricsListOptionalParams): PagedAsyncIterableIterator<ServiceFabric, ServiceFabric[], PageSettings>
Parâmetros
- resourceGroupName
-
string
O nome do grupo de recursos.
- labName
-
string
O nome do laboratório.
- userName
-
string
O nome do perfil de usuário.
- options
- ServiceFabricsListOptionalParams
Os parâmetros de opções.
Devoluções
listApplicableSchedules(string, string, string, string, ServiceFabricsListApplicableSchedulesOptionalParams)
Lista os horários de início/parada aplicáveis, se houver.
function listApplicableSchedules(resourceGroupName: string, labName: string, userName: string, name: string, options?: ServiceFabricsListApplicableSchedulesOptionalParams): Promise<ApplicableSchedule>
Parâmetros
- resourceGroupName
-
string
O nome do grupo de recursos.
- labName
-
string
O nome do laboratório.
- userName
-
string
O nome do perfil de usuário.
- name
-
string
O nome da malha de serviço.
Os parâmetros de opções.
Devoluções
Promise<ApplicableSchedule>
update(string, string, string, string, ServiceFabricFragment, ServiceFabricsUpdateOptionalParams)
Permite modificar tags de malhas de serviço. Todas as outras propriedades serão ignoradas.
function update(resourceGroupName: string, labName: string, userName: string, name: string, serviceFabric: ServiceFabricFragment, options?: ServiceFabricsUpdateOptionalParams): Promise<ServiceFabric>
Parâmetros
- resourceGroupName
-
string
O nome do grupo de recursos.
- labName
-
string
O nome do laboratório.
- userName
-
string
O nome do perfil de usuário.
- name
-
string
O nome da malha de serviço.
- serviceFabric
- ServiceFabricFragment
Um Service Fabric.
Os parâmetros de opções.
Devoluções
Promise<ServiceFabric>