GatewaysOperations interface

Interface representing a Gateways operations.

Properties

beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginDelete
beginDeleteAndWait
createOrUpdate

The operation to create or update a gateway.

delete

The operation to delete a gateway.

get

Retrieves information about the view of a gateway.

listByResourceGroup

The operation to get all gateways of a non-Azure machine

listBySubscription

The operation to get all gateways of a non-Azure machine

update

The operation to update a gateway.

Property Details

beginCreateOrUpdate

Warning

This API is now deprecated.

use createOrUpdate instead

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

Property Value

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

beginCreateOrUpdateAndWait

Warning

This API is now deprecated.

use createOrUpdate instead

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

Property Value

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

beginDelete

Warning

This API is now deprecated.

use delete instead

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

Property Value

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

beginDeleteAndWait

Warning

This API is now deprecated.

use delete instead

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

Property Value

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

createOrUpdate

The operation to create or update a gateway.

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

Property Value

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

delete

The operation to delete a gateway.

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

Property Value

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

get

Retrieves information about the view of a gateway.

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

Property Value

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

listByResourceGroup

The operation to get all gateways of a non-Azure machine

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

Property Value

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

listBySubscription

The operation to get all gateways of a non-Azure machine

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

Property Value

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

update

The operation to update a gateway.

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

Property Value

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