NetworkTapRulesOperations interface

Interface representing a NetworkTapRules operations.

Properties

beginCreate
beginCreateAndWait
beginDelete
beginDeleteAndWait
beginResync
beginResyncAndWait
beginUpdate
beginUpdateAdministrativeState
beginUpdateAdministrativeStateAndWait
beginUpdateAndWait
beginValidateConfiguration
beginValidateConfigurationAndWait
create

Create Network Tap Rule resource.

delete

Delete Network Tap Rule resource.

get

Get Network Tap Rule resource details.

listByResourceGroup

List all the Network Tap Rule resources in the given resource group.

listBySubscription

List all the Network Tap Rule resources in the given subscription.

resync

Implements the operation to the underlying resources.

update

Update certain properties of the Network Tap Rule resource.

updateAdministrativeState

Implements the operation to the underlying resources.

validateConfiguration

Implements the operation to the underlying resources.

Property Details

beginCreate

Warning

This API is now deprecated.

use create instead

beginCreate: (resourceGroupName: string, networkTapRuleName: string, body: NetworkTapRule, options?: NetworkTapRulesCreateOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkTapRule>, NetworkTapRule>>

Property Value

(resourceGroupName: string, networkTapRuleName: string, body: NetworkTapRule, options?: NetworkTapRulesCreateOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkTapRule>, NetworkTapRule>>

beginCreateAndWait

Warning

This API is now deprecated.

use create instead

beginCreateAndWait: (resourceGroupName: string, networkTapRuleName: string, body: NetworkTapRule, options?: NetworkTapRulesCreateOptionalParams) => Promise<NetworkTapRule>

Property Value

(resourceGroupName: string, networkTapRuleName: string, body: NetworkTapRule, options?: NetworkTapRulesCreateOptionalParams) => Promise<NetworkTapRule>

beginDelete

Warning

This API is now deprecated.

use delete instead

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

Property Value

(resourceGroupName: string, networkTapRuleName: string, options?: NetworkTapRulesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait

Warning

This API is now deprecated.

use delete instead

beginDeleteAndWait: (resourceGroupName: string, networkTapRuleName: string, options?: NetworkTapRulesDeleteOptionalParams) => Promise<void>

Property Value

(resourceGroupName: string, networkTapRuleName: string, options?: NetworkTapRulesDeleteOptionalParams) => Promise<void>

beginResync

Warning

This API is now deprecated.

use resync instead

beginResync: (resourceGroupName: string, networkTapRuleName: string, options?: NetworkTapRulesResyncOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkTapRuleResyncResponse>, NetworkTapRuleResyncResponse>>

Property Value

(resourceGroupName: string, networkTapRuleName: string, options?: NetworkTapRulesResyncOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkTapRuleResyncResponse>, NetworkTapRuleResyncResponse>>

beginResyncAndWait

Warning

This API is now deprecated.

use resync instead

beginResyncAndWait: (resourceGroupName: string, networkTapRuleName: string, options?: NetworkTapRulesResyncOptionalParams) => Promise<NetworkTapRuleResyncResponse>

Property Value

(resourceGroupName: string, networkTapRuleName: string, options?: NetworkTapRulesResyncOptionalParams) => Promise<NetworkTapRuleResyncResponse>

beginUpdate

Warning

This API is now deprecated.

use update instead

beginUpdate: (resourceGroupName: string, networkTapRuleName: string, body: NetworkTapRulePatch, options?: NetworkTapRulesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkTapRule>, NetworkTapRule>>

Property Value

(resourceGroupName: string, networkTapRuleName: string, body: NetworkTapRulePatch, options?: NetworkTapRulesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkTapRule>, NetworkTapRule>>

beginUpdateAdministrativeState

Warning

This API is now deprecated.

use updateAdministrativeState instead

beginUpdateAdministrativeState: (resourceGroupName: string, networkTapRuleName: string, body: UpdateAdministrativeState, options?: NetworkTapRulesUpdateAdministrativeStateOptionalParams) => Promise<SimplePollerLike<OperationState<CommonPostActionResponseForStateUpdate>, CommonPostActionResponseForStateUpdate>>

Property Value

(resourceGroupName: string, networkTapRuleName: string, body: UpdateAdministrativeState, options?: NetworkTapRulesUpdateAdministrativeStateOptionalParams) => Promise<SimplePollerLike<OperationState<CommonPostActionResponseForStateUpdate>, CommonPostActionResponseForStateUpdate>>

beginUpdateAdministrativeStateAndWait

Warning

This API is now deprecated.

use updateAdministrativeState instead

beginUpdateAdministrativeStateAndWait: (resourceGroupName: string, networkTapRuleName: string, body: UpdateAdministrativeState, options?: NetworkTapRulesUpdateAdministrativeStateOptionalParams) => Promise<CommonPostActionResponseForStateUpdate>

Property Value

(resourceGroupName: string, networkTapRuleName: string, body: UpdateAdministrativeState, options?: NetworkTapRulesUpdateAdministrativeStateOptionalParams) => Promise<CommonPostActionResponseForStateUpdate>

beginUpdateAndWait

Warning

This API is now deprecated.

use update instead

beginUpdateAndWait: (resourceGroupName: string, networkTapRuleName: string, body: NetworkTapRulePatch, options?: NetworkTapRulesUpdateOptionalParams) => Promise<NetworkTapRule>

Property Value

(resourceGroupName: string, networkTapRuleName: string, body: NetworkTapRulePatch, options?: NetworkTapRulesUpdateOptionalParams) => Promise<NetworkTapRule>

beginValidateConfiguration

Warning

This API is now deprecated.

use validateConfiguration instead

beginValidateConfiguration: (resourceGroupName: string, networkTapRuleName: string, options?: NetworkTapRulesValidateConfigurationOptionalParams) => Promise<SimplePollerLike<OperationState<ValidateConfigurationResponse>, ValidateConfigurationResponse>>

Property Value

(resourceGroupName: string, networkTapRuleName: string, options?: NetworkTapRulesValidateConfigurationOptionalParams) => Promise<SimplePollerLike<OperationState<ValidateConfigurationResponse>, ValidateConfigurationResponse>>

beginValidateConfigurationAndWait

Warning

This API is now deprecated.

use validateConfiguration instead

beginValidateConfigurationAndWait: (resourceGroupName: string, networkTapRuleName: string, options?: NetworkTapRulesValidateConfigurationOptionalParams) => Promise<ValidateConfigurationResponse>

Property Value

(resourceGroupName: string, networkTapRuleName: string, options?: NetworkTapRulesValidateConfigurationOptionalParams) => Promise<ValidateConfigurationResponse>

create

Create Network Tap Rule resource.

create: (resourceGroupName: string, networkTapRuleName: string, body: NetworkTapRule, options?: NetworkTapRulesCreateOptionalParams) => PollerLike<OperationState<NetworkTapRule>, NetworkTapRule>

Property Value

(resourceGroupName: string, networkTapRuleName: string, body: NetworkTapRule, options?: NetworkTapRulesCreateOptionalParams) => PollerLike<OperationState<NetworkTapRule>, NetworkTapRule>

delete

Delete Network Tap Rule resource.

delete: (resourceGroupName: string, networkTapRuleName: string, options?: NetworkTapRulesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Property Value

(resourceGroupName: string, networkTapRuleName: string, options?: NetworkTapRulesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Get Network Tap Rule resource details.

get: (resourceGroupName: string, networkTapRuleName: string, options?: NetworkTapRulesGetOptionalParams) => Promise<NetworkTapRule>

Property Value

(resourceGroupName: string, networkTapRuleName: string, options?: NetworkTapRulesGetOptionalParams) => Promise<NetworkTapRule>

listByResourceGroup

List all the Network Tap Rule resources in the given resource group.

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

Property Value

(resourceGroupName: string, options?: NetworkTapRulesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<NetworkTapRule, NetworkTapRule[], PageSettings>

listBySubscription

List all the Network Tap Rule resources in the given subscription.

listBySubscription: (options?: NetworkTapRulesListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<NetworkTapRule, NetworkTapRule[], PageSettings>

Property Value

(options?: NetworkTapRulesListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<NetworkTapRule, NetworkTapRule[], PageSettings>

resync

Implements the operation to the underlying resources.

resync: (resourceGroupName: string, networkTapRuleName: string, options?: NetworkTapRulesResyncOptionalParams) => PollerLike<OperationState<NetworkTapRuleResyncResponse>, NetworkTapRuleResyncResponse>

Property Value

(resourceGroupName: string, networkTapRuleName: string, options?: NetworkTapRulesResyncOptionalParams) => PollerLike<OperationState<NetworkTapRuleResyncResponse>, NetworkTapRuleResyncResponse>

update

Update certain properties of the Network Tap Rule resource.

update: (resourceGroupName: string, networkTapRuleName: string, body: NetworkTapRulePatch, options?: NetworkTapRulesUpdateOptionalParams) => PollerLike<OperationState<NetworkTapRule>, NetworkTapRule>

Property Value

(resourceGroupName: string, networkTapRuleName: string, body: NetworkTapRulePatch, options?: NetworkTapRulesUpdateOptionalParams) => PollerLike<OperationState<NetworkTapRule>, NetworkTapRule>

updateAdministrativeState

Implements the operation to the underlying resources.

updateAdministrativeState: (resourceGroupName: string, networkTapRuleName: string, body: UpdateAdministrativeState, options?: NetworkTapRulesUpdateAdministrativeStateOptionalParams) => PollerLike<OperationState<CommonPostActionResponseForStateUpdate>, CommonPostActionResponseForStateUpdate>

Property Value

(resourceGroupName: string, networkTapRuleName: string, body: UpdateAdministrativeState, options?: NetworkTapRulesUpdateAdministrativeStateOptionalParams) => PollerLike<OperationState<CommonPostActionResponseForStateUpdate>, CommonPostActionResponseForStateUpdate>

validateConfiguration

Implements the operation to the underlying resources.

validateConfiguration: (resourceGroupName: string, networkTapRuleName: string, options?: NetworkTapRulesValidateConfigurationOptionalParams) => PollerLike<OperationState<ValidateConfigurationResponse>, ValidateConfigurationResponse>

Property Value

(resourceGroupName: string, networkTapRuleName: string, options?: NetworkTapRulesValidateConfigurationOptionalParams) => PollerLike<OperationState<ValidateConfigurationResponse>, ValidateConfigurationResponse>