Compartilhar via


Gateway class

Classe que representa um Gateway.

Construtores

Gateway(ServiceFabricMeshManagementClientContext)

Criar um Gateway.

Métodos

create(string, string, GatewayResourceDescription, RequestOptionsBase)

Cria um recurso de gateway com o nome, a descrição e as propriedades especificados. Se existir um recurso de gateway com o mesmo nome, ele será atualizado com a descrição e as propriedades especificadas. Use recursos de gateway para criar um gateway para conectividade pública para serviços em seu aplicativo.

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

Exclui o recurso de gateway 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 gateway com o nome fornecido. As informações incluem a descrição e outras propriedades do gateway.

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

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

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

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

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

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

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

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

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

Detalhes do construtor

Gateway(ServiceFabricMeshManagementClientContext)

Criar um Gateway.

new Gateway(client: ServiceFabricMeshManagementClientContext)

Parâmetros

client
ServiceFabricMeshManagementClientContext

Referência ao cliente de serviço.

Detalhes do método

create(string, string, GatewayResourceDescription, RequestOptionsBase)

Cria um recurso de gateway com o nome, a descrição e as propriedades especificados. Se existir um recurso de gateway com o mesmo nome, ele será atualizado com a descrição e as propriedades especificadas. Use recursos de gateway para criar um gateway para conectividade pública para serviços em seu aplicativo.

function create(resourceGroupName: string, gatewayResourceName: string, gatewayResourceDescription: GatewayResourceDescription, options?: RequestOptionsBase): Promise<GatewayCreateResponse>

Parâmetros

resourceGroupName

string

Nome do grupo de recursos do Azure

gatewayResourceName

string

A identidade do gateway.

gatewayResourceDescription
GatewayResourceDescription

Descrição para criar um recurso de Gateway.

options
RequestOptionsBase

Os parâmetros opcionais

Retornos

Modelos de Promessa.GatewayCreateResponse<>

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

function create(resourceGroupName: string, gatewayResourceName: string, gatewayResourceDescription: GatewayResourceDescription, options: RequestOptionsBase, callback: ServiceCallback<GatewayResourceDescription>)

Parâmetros

resourceGroupName

string

Nome do grupo de recursos do Azure

gatewayResourceName

string

A identidade do gateway.

gatewayResourceDescription
GatewayResourceDescription

Descrição para criar um recurso de Gateway.

options
RequestOptionsBase

Os parâmetros opcionais

callback

ServiceCallback<GatewayResourceDescription>

O retorno de chamada

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

function create(resourceGroupName: string, gatewayResourceName: string, gatewayResourceDescription: GatewayResourceDescription, callback: ServiceCallback<GatewayResourceDescription>)

Parâmetros

resourceGroupName

string

Nome do grupo de recursos do Azure

gatewayResourceName

string

A identidade do gateway.

gatewayResourceDescription
GatewayResourceDescription

Descrição para criar um recurso de Gateway.

callback

ServiceCallback<GatewayResourceDescription>

O retorno de chamada

deleteMethod(string, string, RequestOptionsBase)

Exclui o recurso de gateway identificado pelo nome.

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

Parâmetros

resourceGroupName

string

Nome do grupo de recursos do Azure

gatewayResourceName

string

A identidade do gateway.

options
RequestOptionsBase

Os parâmetros opcionais

Retornos

Promise<RestResponse>

Prometa<msRest.RestResponse>

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

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

Parâmetros

resourceGroupName

string

Nome do grupo de recursos do Azure

gatewayResourceName

string

A identidade do gateway.

options
RequestOptionsBase

Os parâmetros opcionais

callback

ServiceCallback<void>

O retorno de chamada

deleteMethod(string, string, ServiceCallback<void>)

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

Parâmetros

resourceGroupName

string

Nome do grupo de recursos do Azure

gatewayResourceName

string

A identidade do gateway.

callback

ServiceCallback<void>

O retorno de chamada

get(string, string, RequestOptionsBase)

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

function get(resourceGroupName: string, gatewayResourceName: string, options?: RequestOptionsBase): Promise<GatewayGetResponse>

Parâmetros

resourceGroupName

string

Nome do grupo de recursos do Azure

gatewayResourceName

string

A identidade do gateway.

options
RequestOptionsBase

Os parâmetros opcionais

Retornos

Modelos de Promessa.GatewayGetResponse<>

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

function get(resourceGroupName: string, gatewayResourceName: string, options: RequestOptionsBase, callback: ServiceCallback<GatewayResourceDescription>)

Parâmetros

resourceGroupName

string

Nome do grupo de recursos do Azure

gatewayResourceName

string

A identidade do gateway.

options
RequestOptionsBase

Os parâmetros opcionais

callback

ServiceCallback<GatewayResourceDescription>

O retorno de chamada

get(string, string, ServiceCallback<GatewayResourceDescription>)

function get(resourceGroupName: string, gatewayResourceName: string, callback: ServiceCallback<GatewayResourceDescription>)

Parâmetros

resourceGroupName

string

Nome do grupo de recursos do Azure

gatewayResourceName

string

A identidade do gateway.

callback

ServiceCallback<GatewayResourceDescription>

O retorno de chamada

listByResourceGroup(string, RequestOptionsBase)

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

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

Parâmetros

resourceGroupName

string

Nome do grupo de recursos do Azure

options
RequestOptionsBase

Os parâmetros opcionais

Retornos

Modelos de Promessa.GatewayListByResourceGroupResponse<>

listByResourceGroup(string, RequestOptionsBase, ServiceCallback<GatewayResourceDescriptionList>)

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

Parâmetros

resourceGroupName

string

Nome do grupo de recursos do Azure

options
RequestOptionsBase

Os parâmetros opcionais

callback

ServiceCallback<GatewayResourceDescriptionList>

O retorno de chamada

listByResourceGroup(string, ServiceCallback<GatewayResourceDescriptionList>)

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

Parâmetros

resourceGroupName

string

Nome do grupo de recursos do Azure

callback

ServiceCallback<GatewayResourceDescriptionList>

O retorno de chamada

listByResourceGroupNext(string, RequestOptionsBase)

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

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

Parâmetros

nextPageLink

string

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

options
RequestOptionsBase

Os parâmetros opcionais

Retornos

Modelos de Promessa.GatewayListByResourceGroupNextResponse<>

listByResourceGroupNext(string, RequestOptionsBase, ServiceCallback<GatewayResourceDescriptionList>)

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

Parâmetros

nextPageLink

string

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

options
RequestOptionsBase

Os parâmetros opcionais

callback

ServiceCallback<GatewayResourceDescriptionList>

O retorno de chamada

listByResourceGroupNext(string, ServiceCallback<GatewayResourceDescriptionList>)

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

Parâmetros

nextPageLink

string

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

callback

ServiceCallback<GatewayResourceDescriptionList>

O retorno de chamada

listBySubscription(RequestOptionsBase)

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

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

Parâmetros

options
RequestOptionsBase

Os parâmetros opcionais

Retornos

Modelos de Promessa.GatewayListBySubscriptionResponse<>

listBySubscription(RequestOptionsBase, ServiceCallback<GatewayResourceDescriptionList>)

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

Parâmetros

options
RequestOptionsBase

Os parâmetros opcionais

callback

ServiceCallback<GatewayResourceDescriptionList>

O retorno de chamada

listBySubscription(ServiceCallback<GatewayResourceDescriptionList>)

function listBySubscription(callback: ServiceCallback<GatewayResourceDescriptionList>)

Parâmetros

callback

ServiceCallback<GatewayResourceDescriptionList>

O retorno de chamada

listBySubscriptionNext(string, RequestOptionsBase)

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

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

Parâmetros

nextPageLink

string

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

options
RequestOptionsBase

Os parâmetros opcionais

Retornos

Modelos de Promessa.GatewayListBySubscriptionNextResponse<>

listBySubscriptionNext(string, RequestOptionsBase, ServiceCallback<GatewayResourceDescriptionList>)

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

Parâmetros

nextPageLink

string

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

options
RequestOptionsBase

Os parâmetros opcionais

callback

ServiceCallback<GatewayResourceDescriptionList>

O retorno de chamada

listBySubscriptionNext(string, ServiceCallback<GatewayResourceDescriptionList>)

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

Parâmetros

nextPageLink

string

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

callback

ServiceCallback<GatewayResourceDescriptionList>

O retorno de chamada