VirtualNetworkTaps interface
Interface representing a VirtualNetworkTaps.
Methods
begin |
Creates or updates a Virtual Network Tap. |
begin |
Creates or updates a Virtual Network Tap. |
begin |
Deletes the specified virtual network tap. |
begin |
Deletes the specified virtual network tap. |
get(string, string, Virtual |
Gets information about the specified virtual network tap. |
list |
Gets all the VirtualNetworkTaps in a subscription. |
list |
Gets all the VirtualNetworkTaps in a subscription. |
update |
Updates an VirtualNetworkTap tags. |
Method Details
beginCreateOrUpdate(string, string, VirtualNetworkTap, VirtualNetworkTapsCreateOrUpdateOptionalParams)
Creates or updates a Virtual Network Tap.
function beginCreateOrUpdate(resourceGroupName: string, tapName: string, parameters: VirtualNetworkTap, options?: VirtualNetworkTapsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<VirtualNetworkTap>, VirtualNetworkTap>>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- tapName
-
string
The name of the virtual network tap.
- parameters
- VirtualNetworkTap
Parameters supplied to the create or update virtual network tap operation.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<VirtualNetworkTap>, VirtualNetworkTap>>
beginCreateOrUpdateAndWait(string, string, VirtualNetworkTap, VirtualNetworkTapsCreateOrUpdateOptionalParams)
Creates or updates a Virtual Network Tap.
function beginCreateOrUpdateAndWait(resourceGroupName: string, tapName: string, parameters: VirtualNetworkTap, options?: VirtualNetworkTapsCreateOrUpdateOptionalParams): Promise<VirtualNetworkTap>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- tapName
-
string
The name of the virtual network tap.
- parameters
- VirtualNetworkTap
Parameters supplied to the create or update virtual network tap operation.
The options parameters.
Returns
Promise<VirtualNetworkTap>
beginDelete(string, string, VirtualNetworkTapsDeleteOptionalParams)
Deletes the specified virtual network tap.
function beginDelete(resourceGroupName: string, tapName: string, options?: VirtualNetworkTapsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- tapName
-
string
The name of the virtual network tap.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, VirtualNetworkTapsDeleteOptionalParams)
Deletes the specified virtual network tap.
function beginDeleteAndWait(resourceGroupName: string, tapName: string, options?: VirtualNetworkTapsDeleteOptionalParams): Promise<void>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- tapName
-
string
The name of the virtual network tap.
The options parameters.
Returns
Promise<void>
get(string, string, VirtualNetworkTapsGetOptionalParams)
Gets information about the specified virtual network tap.
function get(resourceGroupName: string, tapName: string, options?: VirtualNetworkTapsGetOptionalParams): Promise<VirtualNetworkTap>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- tapName
-
string
The name of virtual network tap.
The options parameters.
Returns
Promise<VirtualNetworkTap>
listAll(VirtualNetworkTapsListAllOptionalParams)
Gets all the VirtualNetworkTaps in a subscription.
function listAll(options?: VirtualNetworkTapsListAllOptionalParams): PagedAsyncIterableIterator<VirtualNetworkTap, VirtualNetworkTap[], PageSettings>
Parameters
The options parameters.
Returns
listByResourceGroup(string, VirtualNetworkTapsListByResourceGroupOptionalParams)
Gets all the VirtualNetworkTaps in a subscription.
function listByResourceGroup(resourceGroupName: string, options?: VirtualNetworkTapsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<VirtualNetworkTap, VirtualNetworkTap[], PageSettings>
Parameters
- resourceGroupName
-
string
The name of the resource group.
The options parameters.
Returns
updateTags(string, string, TagsObject, VirtualNetworkTapsUpdateTagsOptionalParams)
Updates an VirtualNetworkTap tags.
function updateTags(resourceGroupName: string, tapName: string, tapParameters: TagsObject, options?: VirtualNetworkTapsUpdateTagsOptionalParams): Promise<VirtualNetworkTap>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- tapName
-
string
The name of the tap.
- tapParameters
- TagsObject
Parameters supplied to update VirtualNetworkTap tags.
The options parameters.
Returns
Promise<VirtualNetworkTap>