@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. Known values supported by the service2022-05-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. Known values supported by the serviceUser |
| DestinationType |
Defines values for DestinationType. Known values supported by the serviceAzureMonitor |
| EmissionType |
Defines values for EmissionType. Known values supported by the serviceIPFIX |
| IngestionType |
Defines values for IngestionType. Known values supported by the serviceIPFIX |
| NetworkFunctionListOperationsResponse |
Contains response data for the listOperations operation. |
| ProvisioningState |
Defines values for ProvisioningState. Known values supported by the serviceSucceeded |
| SourceType |
Defines values for SourceType. Known values supported by the serviceResource |
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
| get |
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().