L3NetworksOperations interface

Interface representing a L3Networks operations.

Properties

beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginDelete
beginDeleteAndWait
createOrUpdate

Create a new layer 3 (L3) network or update the properties of the existing network.

delete

Delete the provided layer 3 (L3) network.

get

Get properties of the provided layer 3 (L3) network.

listByResourceGroup

Get a list of layer 3 (L3) networks in the provided resource group.

listBySubscription

Get a list of layer 3 (L3) networks in the provided subscription.

update

Update tags associated with the provided layer 3 (L3) network.

Property Details

beginCreateOrUpdate

Warning

This API is now deprecated.

use createOrUpdate instead

beginCreateOrUpdate: (resourceGroupName: string, l3NetworkName: string, l3NetworkParameters: L3Network, options?: L3NetworksCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<L3Network>, L3Network>>

Property Value

(resourceGroupName: string, l3NetworkName: string, l3NetworkParameters: L3Network, options?: L3NetworksCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<L3Network>, L3Network>>

beginCreateOrUpdateAndWait

Warning

This API is now deprecated.

use createOrUpdate instead

beginCreateOrUpdateAndWait: (resourceGroupName: string, l3NetworkName: string, l3NetworkParameters: L3Network, options?: L3NetworksCreateOrUpdateOptionalParams) => Promise<L3Network>

Property Value

(resourceGroupName: string, l3NetworkName: string, l3NetworkParameters: L3Network, options?: L3NetworksCreateOrUpdateOptionalParams) => Promise<L3Network>

beginDelete

Warning

This API is now deprecated.

use delete instead

beginDelete: (resourceGroupName: string, l3NetworkName: string, options?: L3NetworksDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<OperationStatusResult>, OperationStatusResult>>

Property Value

(resourceGroupName: string, l3NetworkName: string, options?: L3NetworksDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<OperationStatusResult>, OperationStatusResult>>

beginDeleteAndWait

Warning

This API is now deprecated.

use delete instead

beginDeleteAndWait: (resourceGroupName: string, l3NetworkName: string, options?: L3NetworksDeleteOptionalParams) => Promise<OperationStatusResult>

Property Value

(resourceGroupName: string, l3NetworkName: string, options?: L3NetworksDeleteOptionalParams) => Promise<OperationStatusResult>

createOrUpdate

Create a new layer 3 (L3) network or update the properties of the existing network.

createOrUpdate: (resourceGroupName: string, l3NetworkName: string, l3NetworkParameters: L3Network, options?: L3NetworksCreateOrUpdateOptionalParams) => PollerLike<OperationState<L3Network>, L3Network>

Property Value

(resourceGroupName: string, l3NetworkName: string, l3NetworkParameters: L3Network, options?: L3NetworksCreateOrUpdateOptionalParams) => PollerLike<OperationState<L3Network>, L3Network>

delete

Delete the provided layer 3 (L3) network.

delete: (resourceGroupName: string, l3NetworkName: string, options?: L3NetworksDeleteOptionalParams) => PollerLike<OperationState<OperationStatusResult>, OperationStatusResult>

Property Value

(resourceGroupName: string, l3NetworkName: string, options?: L3NetworksDeleteOptionalParams) => PollerLike<OperationState<OperationStatusResult>, OperationStatusResult>

get

Get properties of the provided layer 3 (L3) network.

get: (resourceGroupName: string, l3NetworkName: string, options?: L3NetworksGetOptionalParams) => Promise<L3Network>

Property Value

(resourceGroupName: string, l3NetworkName: string, options?: L3NetworksGetOptionalParams) => Promise<L3Network>

listByResourceGroup

Get a list of layer 3 (L3) networks in the provided resource group.

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

Property Value

(resourceGroupName: string, options?: L3NetworksListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<L3Network, L3Network[], PageSettings>

listBySubscription

Get a list of layer 3 (L3) networks in the provided subscription.

listBySubscription: (options?: L3NetworksListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<L3Network, L3Network[], PageSettings>

Property Value

(options?: L3NetworksListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<L3Network, L3Network[], PageSettings>

update

Update tags associated with the provided layer 3 (L3) network.

update: (resourceGroupName: string, l3NetworkName: string, options?: L3NetworksUpdateOptionalParams) => Promise<L3Network>

Property Value

(resourceGroupName: string, l3NetworkName: string, options?: L3NetworksUpdateOptionalParams) => Promise<L3Network>