TrunkedNetworksOperations interface

Interface representing a TrunkedNetworks operations.

Properties

beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginDelete
beginDeleteAndWait
createOrUpdate

Create a new trunked network or update the properties of the existing trunked network.

delete

Delete the provided trunked network.

get

Get properties of the provided trunked network.

listByResourceGroup

Get a list of trunked networks in the provided resource group.

listBySubscription

Get a list of trunked networks in the provided subscription.

update

Update tags associated with the provided trunked network.

Property Details

beginCreateOrUpdate

Warning

This API is now deprecated.

use createOrUpdate instead

beginCreateOrUpdate: (resourceGroupName: string, trunkedNetworkName: string, trunkedNetworkParameters: TrunkedNetwork, options?: TrunkedNetworksCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<TrunkedNetwork>, TrunkedNetwork>>

Property Value

(resourceGroupName: string, trunkedNetworkName: string, trunkedNetworkParameters: TrunkedNetwork, options?: TrunkedNetworksCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<TrunkedNetwork>, TrunkedNetwork>>

beginCreateOrUpdateAndWait

Warning

This API is now deprecated.

use createOrUpdate instead

beginCreateOrUpdateAndWait: (resourceGroupName: string, trunkedNetworkName: string, trunkedNetworkParameters: TrunkedNetwork, options?: TrunkedNetworksCreateOrUpdateOptionalParams) => Promise<TrunkedNetwork>

Property Value

(resourceGroupName: string, trunkedNetworkName: string, trunkedNetworkParameters: TrunkedNetwork, options?: TrunkedNetworksCreateOrUpdateOptionalParams) => Promise<TrunkedNetwork>

beginDelete

Warning

This API is now deprecated.

use delete instead

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

Property Value

(resourceGroupName: string, trunkedNetworkName: string, options?: TrunkedNetworksDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<OperationStatusResult>, OperationStatusResult>>

beginDeleteAndWait

Warning

This API is now deprecated.

use delete instead

beginDeleteAndWait: (resourceGroupName: string, trunkedNetworkName: string, options?: TrunkedNetworksDeleteOptionalParams) => Promise<OperationStatusResult>

Property Value

(resourceGroupName: string, trunkedNetworkName: string, options?: TrunkedNetworksDeleteOptionalParams) => Promise<OperationStatusResult>

createOrUpdate

Create a new trunked network or update the properties of the existing trunked network.

createOrUpdate: (resourceGroupName: string, trunkedNetworkName: string, trunkedNetworkParameters: TrunkedNetwork, options?: TrunkedNetworksCreateOrUpdateOptionalParams) => PollerLike<OperationState<TrunkedNetwork>, TrunkedNetwork>

Property Value

(resourceGroupName: string, trunkedNetworkName: string, trunkedNetworkParameters: TrunkedNetwork, options?: TrunkedNetworksCreateOrUpdateOptionalParams) => PollerLike<OperationState<TrunkedNetwork>, TrunkedNetwork>

delete

Delete the provided trunked network.

delete: (resourceGroupName: string, trunkedNetworkName: string, options?: TrunkedNetworksDeleteOptionalParams) => PollerLike<OperationState<OperationStatusResult>, OperationStatusResult>

Property Value

(resourceGroupName: string, trunkedNetworkName: string, options?: TrunkedNetworksDeleteOptionalParams) => PollerLike<OperationState<OperationStatusResult>, OperationStatusResult>

get

Get properties of the provided trunked network.

get: (resourceGroupName: string, trunkedNetworkName: string, options?: TrunkedNetworksGetOptionalParams) => Promise<TrunkedNetwork>

Property Value

(resourceGroupName: string, trunkedNetworkName: string, options?: TrunkedNetworksGetOptionalParams) => Promise<TrunkedNetwork>

listByResourceGroup

Get a list of trunked networks in the provided resource group.

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

Property Value

(resourceGroupName: string, options?: TrunkedNetworksListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<TrunkedNetwork, TrunkedNetwork[], PageSettings>

listBySubscription

Get a list of trunked networks in the provided subscription.

listBySubscription: (options?: TrunkedNetworksListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<TrunkedNetwork, TrunkedNetwork[], PageSettings>

Property Value

(options?: TrunkedNetworksListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<TrunkedNetwork, TrunkedNetwork[], PageSettings>

update

Update tags associated with the provided trunked network.

update: (resourceGroupName: string, trunkedNetworkName: string, options?: TrunkedNetworksUpdateOptionalParams) => Promise<TrunkedNetwork>

Property Value

(resourceGroupName: string, trunkedNetworkName: string, options?: TrunkedNetworksUpdateOptionalParams) => Promise<TrunkedNetwork>