@azure/arm-networkfunction package

Classes

AzureTrafficCollectorClient

Interfaces

AzureTrafficCollector

Azure Traffic Collector resource.

AzureTrafficCollectorClientOptionalParams

Optional parameters.

AzureTrafficCollectorListResult

Response for the ListTrafficCollectors API service call.

AzureTrafficCollectors

Interface representing a AzureTrafficCollectors.

AzureTrafficCollectorsByResourceGroup

Interface representing a AzureTrafficCollectorsByResourceGroup.

AzureTrafficCollectorsByResourceGroupListNextOptionalParams

Optional parameters.

AzureTrafficCollectorsByResourceGroupListOptionalParams

Optional parameters.

AzureTrafficCollectorsBySubscription

Interface representing a AzureTrafficCollectorsBySubscription.

AzureTrafficCollectorsBySubscriptionListNextOptionalParams

Optional parameters.

AzureTrafficCollectorsBySubscriptionListOptionalParams

Optional parameters.

AzureTrafficCollectorsCreateOrUpdateOptionalParams

Optional parameters.

AzureTrafficCollectorsDeleteOptionalParams

Optional parameters.

AzureTrafficCollectorsGetOptionalParams

Optional parameters.

AzureTrafficCollectorsUpdateTagsOptionalParams

Optional parameters.

CloudError

An error response from the service.

CloudErrorBody

An error response from the service.

CollectorPolicies

Interface representing a CollectorPolicies.

CollectorPoliciesCreateOrUpdateOptionalParams

Optional parameters.

CollectorPoliciesDeleteOptionalParams

Optional parameters.

CollectorPoliciesGetOptionalParams

Optional parameters.

CollectorPoliciesListNextOptionalParams

Optional parameters.

CollectorPoliciesListOptionalParams

Optional parameters.

CollectorPoliciesUpdateTagsOptionalParams

Optional parameters.

CollectorPolicy

Collector policy resource.

CollectorPolicyListResult

Response for the ListCollectorPolicies API service call.

EmissionPoliciesPropertiesFormat

Emission policy properties.

EmissionPolicyDestination

Emission policy destination properties.

IngestionPolicyPropertiesFormat

Ingestion Policy properties.

IngestionSourcesPropertiesFormat

Ingestion policy properties.

NetworkFunction

Interface representing a NetworkFunction.

NetworkFunctionListOperationsOptionalParams

Optional parameters.

Operation

Azure Traffic Collector REST API operation definition.

OperationDisplay

Display metadata associated with the operation.

OperationListResult

Result of the request to list Azure Traffic Collector operations. It contains a list of operations and a URL link to get the next set of results.

ProxyResource

An azure resource object

ResourceReference

Resource reference properties.

SystemData

Metadata pertaining to creation and last modification of the resource.

TagsObject

Tags object for patch operations.

TrackedResource

Common resource representation.

TrackedResourceSystemData

Metadata pertaining to creation and last modification of the resource.

Type Aliases

ApiVersionParameter

Defines values for ApiVersionParameter.
KnownApiVersionParameter can be used interchangeably with ApiVersionParameter, this enum contains the known values that the service supports.

Known values supported by the service

2022-05-01
2022-08-01
2022-11-01

AzureTrafficCollectorsByResourceGroupListNextResponse

Contains response data for the listNext operation.

AzureTrafficCollectorsByResourceGroupListResponse

Contains response data for the list operation.

AzureTrafficCollectorsBySubscriptionListNextResponse

Contains response data for the listNext operation.

AzureTrafficCollectorsBySubscriptionListResponse

Contains response data for the list operation.

AzureTrafficCollectorsCreateOrUpdateResponse

Contains response data for the createOrUpdate operation.

AzureTrafficCollectorsGetResponse

Contains response data for the get operation.

AzureTrafficCollectorsUpdateTagsResponse

Contains response data for the updateTags operation.

CollectorPoliciesCreateOrUpdateResponse

Contains response data for the createOrUpdate operation.

CollectorPoliciesGetResponse

Contains response data for the get operation.

CollectorPoliciesListNextResponse

Contains response data for the listNext operation.

CollectorPoliciesListResponse

Contains response data for the list operation.

CollectorPoliciesUpdateTagsResponse

Contains response data for the updateTags operation.

CreatedByType

Defines values for CreatedByType.
KnownCreatedByType can be used interchangeably with CreatedByType, this enum contains the known values that the service supports.

Known values supported by the service

User
Application
ManagedIdentity
Key

DestinationType

Defines values for DestinationType.
KnownDestinationType can be used interchangeably with DestinationType, this enum contains the known values that the service supports.

Known values supported by the service

AzureMonitor

EmissionType

Defines values for EmissionType.
KnownEmissionType can be used interchangeably with EmissionType, this enum contains the known values that the service supports.

Known values supported by the service

IPFIX

IngestionType

Defines values for IngestionType.
KnownIngestionType can be used interchangeably with IngestionType, this enum contains the known values that the service supports.

Known values supported by the service

IPFIX

NetworkFunctionListOperationsResponse

Contains response data for the listOperations operation.

ProvisioningState

Defines values for ProvisioningState.
KnownProvisioningState can be used interchangeably with ProvisioningState, this enum contains the known values that the service supports.

Known values supported by the service

Succeeded
Updating
Deleting
Failed

SourceType

Defines values for SourceType.
KnownSourceType can be used interchangeably with SourceType, this enum contains the known values that the service supports.

Known values supported by the service

Resource

Enums

KnownApiVersionParameter

Known values of ApiVersionParameter that the service accepts.

KnownCreatedByType

Known values of CreatedByType that the service accepts.

KnownDestinationType

Known values of DestinationType that the service accepts.

KnownEmissionType

Known values of EmissionType that the service accepts.

KnownIngestionType

Known values of IngestionType that the service accepts.

KnownProvisioningState

Known values of ProvisioningState that the service accepts.

KnownSourceType

Known values of SourceType that the service accepts.

Functions

getContinuationToken(unknown)

Given a result page from a pageable operation, returns a continuation token that can be used to begin paging from that point later.

Function Details

getContinuationToken(unknown)

Given a result page from a pageable operation, returns a continuation token that can be used to begin paging from that point later.

function getContinuationToken(page: unknown): string | undefined

Parameters

page

unknown

A result object from calling .byPage() on a paged operation.

Returns

string | undefined

The continuation token that can be passed into byPage().