GatewaysOperations interface

Interfaccia che rappresenta le operazioni di un Gateway.

Proprietà

beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginDelete
beginDeleteAndWait
createOrUpdate

Operazione per creare o aggiornare un gateway.

delete

Operazione per eliminare un gateway.

get

Recupera informazioni sulla visualizzazione di un gateway.

listByResourceGroup

Operazione per ottenere tutti i gateway di un computer non Azure

listBySubscription

Operazione per ottenere tutti i gateway di un computer non Azure

update

Operazione di aggiornamento di un gateway.

Dettagli proprietà

beginCreateOrUpdate

Avviso

Questa API è ora deprecata.

use createOrUpdate instead

beginCreateOrUpdate: (resourceGroupName: string, gatewayName: string, parameters: Gateway, options?: GatewaysCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<Gateway>, Gateway>>

Valore della proprietà

(resourceGroupName: string, gatewayName: string, parameters: Gateway, options?: GatewaysCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<Gateway>, Gateway>>

beginCreateOrUpdateAndWait

Avviso

Questa API è ora deprecata.

use createOrUpdate instead

beginCreateOrUpdateAndWait: (resourceGroupName: string, gatewayName: string, parameters: Gateway, options?: GatewaysCreateOrUpdateOptionalParams) => Promise<Gateway>

Valore della proprietà

(resourceGroupName: string, gatewayName: string, parameters: Gateway, options?: GatewaysCreateOrUpdateOptionalParams) => Promise<Gateway>

beginDelete

Avviso

Questa API è ora deprecata.

use delete instead

beginDelete: (resourceGroupName: string, gatewayName: string, options?: GatewaysDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

Valore della proprietà

(resourceGroupName: string, gatewayName: string, options?: GatewaysDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait

Avviso

Questa API è ora deprecata.

use delete instead

beginDeleteAndWait: (resourceGroupName: string, gatewayName: string, options?: GatewaysDeleteOptionalParams) => Promise<void>

Valore della proprietà

(resourceGroupName: string, gatewayName: string, options?: GatewaysDeleteOptionalParams) => Promise<void>

createOrUpdate

Operazione per creare o aggiornare un gateway.

createOrUpdate: (resourceGroupName: string, gatewayName: string, parameters: Gateway, options?: GatewaysCreateOrUpdateOptionalParams) => PollerLike<OperationState<Gateway>, Gateway>

Valore della proprietà

(resourceGroupName: string, gatewayName: string, parameters: Gateway, options?: GatewaysCreateOrUpdateOptionalParams) => PollerLike<OperationState<Gateway>, Gateway>

delete

Operazione per eliminare un gateway.

delete: (resourceGroupName: string, gatewayName: string, options?: GatewaysDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Valore della proprietà

(resourceGroupName: string, gatewayName: string, options?: GatewaysDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Recupera informazioni sulla visualizzazione di un gateway.

get: (resourceGroupName: string, gatewayName: string, options?: GatewaysGetOptionalParams) => Promise<Gateway>

Valore della proprietà

(resourceGroupName: string, gatewayName: string, options?: GatewaysGetOptionalParams) => Promise<Gateway>

listByResourceGroup

Operazione per ottenere tutti i gateway di un computer non Azure

listByResourceGroup: (resourceGroupName: string, options?: GatewaysListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<Gateway, Gateway[], PageSettings>

Valore della proprietà

(resourceGroupName: string, options?: GatewaysListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<Gateway, Gateway[], PageSettings>

listBySubscription

Operazione per ottenere tutti i gateway di un computer non Azure

listBySubscription: (options?: GatewaysListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<Gateway, Gateway[], PageSettings>

Valore della proprietà

(options?: GatewaysListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<Gateway, Gateway[], PageSettings>

update

Operazione di aggiornamento di un gateway.

update: (resourceGroupName: string, gatewayName: string, parameters: GatewayUpdate, options?: GatewaysUpdateOptionalParams) => Promise<Gateway>

Valore della proprietà

(resourceGroupName: string, gatewayName: string, parameters: GatewayUpdate, options?: GatewaysUpdateOptionalParams) => Promise<Gateway>