VnetConnectionsOperations interface

Interface representing a VnetConnections operations.

Properties

beginDelete
beginDeleteAndWait
createOrUpdate

Create or update a VnetConnection.

delete

Delete a VnetConnection.

get

Get the properties of a VnetConnection.

listBySandboxGroup

List all VnetConnections in the specified SandboxGroup.

Property Details

beginDelete

Warning

This API is now deprecated.

use delete instead

beginDelete: (resourceGroupName: string, sandboxGroupName: string, vnetConnectionName: string, options?: VnetConnectionsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

Property Value

(resourceGroupName: string, sandboxGroupName: string, vnetConnectionName: string, options?: VnetConnectionsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait

Warning

This API is now deprecated.

use delete instead

beginDeleteAndWait: (resourceGroupName: string, sandboxGroupName: string, vnetConnectionName: string, options?: VnetConnectionsDeleteOptionalParams) => Promise<void>

Property Value

(resourceGroupName: string, sandboxGroupName: string, vnetConnectionName: string, options?: VnetConnectionsDeleteOptionalParams) => Promise<void>

createOrUpdate

Create or update a VnetConnection.

createOrUpdate: (resourceGroupName: string, sandboxGroupName: string, vnetConnectionName: string, resource: VnetConnection, options?: VnetConnectionsCreateOrUpdateOptionalParams) => Promise<VnetConnection>

Property Value

(resourceGroupName: string, sandboxGroupName: string, vnetConnectionName: string, resource: VnetConnection, options?: VnetConnectionsCreateOrUpdateOptionalParams) => Promise<VnetConnection>

delete

Delete a VnetConnection.

delete: (resourceGroupName: string, sandboxGroupName: string, vnetConnectionName: string, options?: VnetConnectionsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Property Value

(resourceGroupName: string, sandboxGroupName: string, vnetConnectionName: string, options?: VnetConnectionsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Get the properties of a VnetConnection.

get: (resourceGroupName: string, sandboxGroupName: string, vnetConnectionName: string, options?: VnetConnectionsGetOptionalParams) => Promise<VnetConnection>

Property Value

(resourceGroupName: string, sandboxGroupName: string, vnetConnectionName: string, options?: VnetConnectionsGetOptionalParams) => Promise<VnetConnection>

listBySandboxGroup

List all VnetConnections in the specified SandboxGroup.

listBySandboxGroup: (resourceGroupName: string, sandboxGroupName: string, options?: VnetConnectionsListBySandboxGroupOptionalParams) => PagedAsyncIterableIterator<VnetConnection, VnetConnection[], PageSettings>

Property Value

(resourceGroupName: string, sandboxGroupName: string, options?: VnetConnectionsListBySandboxGroupOptionalParams) => PagedAsyncIterableIterator<VnetConnection, VnetConnection[], PageSettings>