Compartilhar via


Application class

Classe que representa um aplicativo.

Construtores

Application(ServiceFabricMeshManagementClientContext)

Criar um aplicativo.

Métodos

create(string, string, ApplicationResourceDescription, RequestOptionsBase)

Cria um recurso de aplicativo com o nome, a descrição e as propriedades especificados. Se existir um recurso de aplicativo com o mesmo nome, ele será atualizado com a descrição e as propriedades especificadas.

create(string, string, ApplicationResourceDescription, RequestOptionsBase, ServiceCallback<ApplicationResourceDescription>)
create(string, string, ApplicationResourceDescription, ServiceCallback<ApplicationResourceDescription>)
deleteMethod(string, string, RequestOptionsBase)

Exclui o recurso de aplicativo identificado pelo nome.

deleteMethod(string, string, RequestOptionsBase, ServiceCallback<void>)
deleteMethod(string, string, ServiceCallback<void>)
get(string, string, RequestOptionsBase)

Obtém as informações sobre o recurso de aplicativo com o nome fornecido. As informações incluem a descrição e outras propriedades do aplicativo.

get(string, string, RequestOptionsBase, ServiceCallback<ApplicationResourceDescription>)
get(string, string, ServiceCallback<ApplicationResourceDescription>)
listByResourceGroup(string, RequestOptionsBase)

Obtém as informações sobre todos os recursos do aplicativo em um determinado grupo de recursos. As informações incluem a descrição e outras propriedades do Aplicativo.

listByResourceGroup(string, RequestOptionsBase, ServiceCallback<ApplicationResourceDescriptionList>)
listByResourceGroup(string, ServiceCallback<ApplicationResourceDescriptionList>)
listByResourceGroupNext(string, RequestOptionsBase)

Obtém as informações sobre todos os recursos do aplicativo em um determinado grupo de recursos. As informações incluem a descrição e outras propriedades do Aplicativo.

listByResourceGroupNext(string, RequestOptionsBase, ServiceCallback<ApplicationResourceDescriptionList>)
listByResourceGroupNext(string, ServiceCallback<ApplicationResourceDescriptionList>)
listBySubscription(RequestOptionsBase)

Obtém as informações sobre todos os recursos do aplicativo em um determinado grupo de recursos. As informações incluem a descrição e outras propriedades do aplicativo.

listBySubscription(RequestOptionsBase, ServiceCallback<ApplicationResourceDescriptionList>)
listBySubscription(ServiceCallback<ApplicationResourceDescriptionList>)
listBySubscriptionNext(string, RequestOptionsBase)

Obtém as informações sobre todos os recursos do aplicativo em um determinado grupo de recursos. As informações incluem a descrição e outras propriedades do aplicativo.

listBySubscriptionNext(string, RequestOptionsBase, ServiceCallback<ApplicationResourceDescriptionList>)
listBySubscriptionNext(string, ServiceCallback<ApplicationResourceDescriptionList>)

Detalhes do construtor

Application(ServiceFabricMeshManagementClientContext)

Criar um aplicativo.

new Application(client: ServiceFabricMeshManagementClientContext)

Parâmetros

client
ServiceFabricMeshManagementClientContext

Referência ao cliente de serviço.

Detalhes do método

create(string, string, ApplicationResourceDescription, RequestOptionsBase)

Cria um recurso de aplicativo com o nome, a descrição e as propriedades especificados. Se existir um recurso de aplicativo com o mesmo nome, ele será atualizado com a descrição e as propriedades especificadas.

function create(resourceGroupName: string, applicationResourceName: string, applicationResourceDescription: ApplicationResourceDescription, options?: RequestOptionsBase): Promise<ApplicationCreateResponse>

Parâmetros

resourceGroupName

string

Nome do grupo de recursos do Azure

applicationResourceName

string

A identidade do aplicativo.

applicationResourceDescription
ApplicationResourceDescription

Descrição para criar um recurso de aplicativo.

options
RequestOptionsBase

Os parâmetros opcionais

Retornos

< Promise>Models.ApplicationCreateResponse

create(string, string, ApplicationResourceDescription, RequestOptionsBase, ServiceCallback<ApplicationResourceDescription>)

function create(resourceGroupName: string, applicationResourceName: string, applicationResourceDescription: ApplicationResourceDescription, options: RequestOptionsBase, callback: ServiceCallback<ApplicationResourceDescription>)

Parâmetros

resourceGroupName

string

Nome do grupo de recursos do Azure

applicationResourceName

string

A identidade do aplicativo.

applicationResourceDescription
ApplicationResourceDescription

Descrição para criar um recurso de aplicativo.

options
RequestOptionsBase

Os parâmetros opcionais

callback

ServiceCallback<ApplicationResourceDescription>

O retorno de chamada

create(string, string, ApplicationResourceDescription, ServiceCallback<ApplicationResourceDescription>)

function create(resourceGroupName: string, applicationResourceName: string, applicationResourceDescription: ApplicationResourceDescription, callback: ServiceCallback<ApplicationResourceDescription>)

Parâmetros

resourceGroupName

string

Nome do grupo de recursos do Azure

applicationResourceName

string

A identidade do aplicativo.

applicationResourceDescription
ApplicationResourceDescription

Descrição para criar um recurso de aplicativo.

callback

ServiceCallback<ApplicationResourceDescription>

O retorno de chamada

deleteMethod(string, string, RequestOptionsBase)

Exclui o recurso de aplicativo identificado pelo nome.

function deleteMethod(resourceGroupName: string, applicationResourceName: string, options?: RequestOptionsBase): Promise<RestResponse>

Parâmetros

resourceGroupName

string

Nome do grupo de recursos do Azure

applicationResourceName

string

A identidade do aplicativo.

options
RequestOptionsBase

Os parâmetros opcionais

Retornos

Promise<RestResponse>

Promessa<> msRest.RestResponse

deleteMethod(string, string, RequestOptionsBase, ServiceCallback<void>)

function deleteMethod(resourceGroupName: string, applicationResourceName: string, options: RequestOptionsBase, callback: ServiceCallback<void>)

Parâmetros

resourceGroupName

string

Nome do grupo de recursos do Azure

applicationResourceName

string

A identidade do aplicativo.

options
RequestOptionsBase

Os parâmetros opcionais

callback

ServiceCallback<void>

O retorno de chamada

deleteMethod(string, string, ServiceCallback<void>)

function deleteMethod(resourceGroupName: string, applicationResourceName: string, callback: ServiceCallback<void>)

Parâmetros

resourceGroupName

string

Nome do grupo de recursos do Azure

applicationResourceName

string

A identidade do aplicativo.

callback

ServiceCallback<void>

O retorno de chamada

get(string, string, RequestOptionsBase)

Obtém as informações sobre o recurso de aplicativo com o nome fornecido. As informações incluem a descrição e outras propriedades do aplicativo.

function get(resourceGroupName: string, applicationResourceName: string, options?: RequestOptionsBase): Promise<ApplicationGetResponse>

Parâmetros

resourceGroupName

string

Nome do grupo de recursos do Azure

applicationResourceName

string

A identidade do aplicativo.

options
RequestOptionsBase

Os parâmetros opcionais

Retornos

< Promise>Models.ApplicationGetResponse

get(string, string, RequestOptionsBase, ServiceCallback<ApplicationResourceDescription>)

function get(resourceGroupName: string, applicationResourceName: string, options: RequestOptionsBase, callback: ServiceCallback<ApplicationResourceDescription>)

Parâmetros

resourceGroupName

string

Nome do grupo de recursos do Azure

applicationResourceName

string

A identidade do aplicativo.

options
RequestOptionsBase

Os parâmetros opcionais

callback

ServiceCallback<ApplicationResourceDescription>

O retorno de chamada

get(string, string, ServiceCallback<ApplicationResourceDescription>)

function get(resourceGroupName: string, applicationResourceName: string, callback: ServiceCallback<ApplicationResourceDescription>)

Parâmetros

resourceGroupName

string

Nome do grupo de recursos do Azure

applicationResourceName

string

A identidade do aplicativo.

callback

ServiceCallback<ApplicationResourceDescription>

O retorno de chamada

listByResourceGroup(string, RequestOptionsBase)

Obtém as informações sobre todos os recursos do aplicativo em um determinado grupo de recursos. As informações incluem a descrição e outras propriedades do Aplicativo.

function listByResourceGroup(resourceGroupName: string, options?: RequestOptionsBase): Promise<ApplicationListByResourceGroupResponse>

Parâmetros

resourceGroupName

string

Nome do grupo de recursos do Azure

options
RequestOptionsBase

Os parâmetros opcionais

Retornos

< Promise>Models.ApplicationListByResourceGroupResponse

listByResourceGroup(string, RequestOptionsBase, ServiceCallback<ApplicationResourceDescriptionList>)

function listByResourceGroup(resourceGroupName: string, options: RequestOptionsBase, callback: ServiceCallback<ApplicationResourceDescriptionList>)

Parâmetros

resourceGroupName

string

Nome do grupo de recursos do Azure

options
RequestOptionsBase

Os parâmetros opcionais

callback

ServiceCallback<ApplicationResourceDescriptionList>

O retorno de chamada

listByResourceGroup(string, ServiceCallback<ApplicationResourceDescriptionList>)

function listByResourceGroup(resourceGroupName: string, callback: ServiceCallback<ApplicationResourceDescriptionList>)

Parâmetros

resourceGroupName

string

Nome do grupo de recursos do Azure

callback

ServiceCallback<ApplicationResourceDescriptionList>

O retorno de chamada

listByResourceGroupNext(string, RequestOptionsBase)

Obtém as informações sobre todos os recursos do aplicativo em um determinado grupo de recursos. As informações incluem a descrição e outras propriedades do Aplicativo.

function listByResourceGroupNext(nextPageLink: string, options?: RequestOptionsBase): Promise<ApplicationListByResourceGroupNextResponse>

Parâmetros

nextPageLink

string

O NextLink da chamada com êxito anterior para a operação List.

options
RequestOptionsBase

Os parâmetros opcionais

Retornos

< Promise>Models.ApplicationListByResourceGroupNextResponse

listByResourceGroupNext(string, RequestOptionsBase, ServiceCallback<ApplicationResourceDescriptionList>)

function listByResourceGroupNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<ApplicationResourceDescriptionList>)

Parâmetros

nextPageLink

string

O NextLink da chamada com êxito anterior para a operação List.

options
RequestOptionsBase

Os parâmetros opcionais

callback

ServiceCallback<ApplicationResourceDescriptionList>

O retorno de chamada

listByResourceGroupNext(string, ServiceCallback<ApplicationResourceDescriptionList>)

function listByResourceGroupNext(nextPageLink: string, callback: ServiceCallback<ApplicationResourceDescriptionList>)

Parâmetros

nextPageLink

string

O NextLink da chamada com êxito anterior para a operação List.

callback

ServiceCallback<ApplicationResourceDescriptionList>

O retorno de chamada

listBySubscription(RequestOptionsBase)

Obtém as informações sobre todos os recursos do aplicativo em um determinado grupo de recursos. As informações incluem a descrição e outras propriedades do aplicativo.

function listBySubscription(options?: RequestOptionsBase): Promise<ApplicationListBySubscriptionResponse>

Parâmetros

options
RequestOptionsBase

Os parâmetros opcionais

Retornos

Promise<Models.ApplicationListBySubscriptionResponse>

listBySubscription(RequestOptionsBase, ServiceCallback<ApplicationResourceDescriptionList>)

function listBySubscription(options: RequestOptionsBase, callback: ServiceCallback<ApplicationResourceDescriptionList>)

Parâmetros

options
RequestOptionsBase

Os parâmetros opcionais

callback

ServiceCallback<ApplicationResourceDescriptionList>

O retorno de chamada

listBySubscription(ServiceCallback<ApplicationResourceDescriptionList>)

function listBySubscription(callback: ServiceCallback<ApplicationResourceDescriptionList>)

Parâmetros

callback

ServiceCallback<ApplicationResourceDescriptionList>

O retorno de chamada

listBySubscriptionNext(string, RequestOptionsBase)

Obtém as informações sobre todos os recursos do aplicativo em um determinado grupo de recursos. As informações incluem a descrição e outras propriedades do aplicativo.

function listBySubscriptionNext(nextPageLink: string, options?: RequestOptionsBase): Promise<ApplicationListBySubscriptionNextResponse>

Parâmetros

nextPageLink

string

O NextLink da chamada com êxito anterior para a operação List.

options
RequestOptionsBase

Os parâmetros opcionais

Retornos

Promise<Models.ApplicationListBySubscriptionNextResponse>

listBySubscriptionNext(string, RequestOptionsBase, ServiceCallback<ApplicationResourceDescriptionList>)

function listBySubscriptionNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<ApplicationResourceDescriptionList>)

Parâmetros

nextPageLink

string

O NextLink da chamada com êxito anterior para a operação List.

options
RequestOptionsBase

Os parâmetros opcionais

callback

ServiceCallback<ApplicationResourceDescriptionList>

O retorno de chamada

listBySubscriptionNext(string, ServiceCallback<ApplicationResourceDescriptionList>)

function listBySubscriptionNext(nextPageLink: string, callback: ServiceCallback<ApplicationResourceDescriptionList>)

Parâmetros

nextPageLink

string

O NextLink da chamada com êxito anterior para a operação List.

callback

ServiceCallback<ApplicationResourceDescriptionList>

O retorno de chamada