你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
@azure/arm-networkfunction package
类
AzureTrafficCollectorClient |
接口
类型别名
ApiVersionParameter |
定义 ApiVersionParameter 的值。 服务支持的已知值2022-05-01 |
AzureTrafficCollectorsByResourceGroupListNextResponse |
包含 listNext 操作的响应数据。 |
AzureTrafficCollectorsByResourceGroupListResponse |
包含列表操作的响应数据。 |
AzureTrafficCollectorsBySubscriptionListNextResponse |
包含 listNext 操作的响应数据。 |
AzureTrafficCollectorsBySubscriptionListResponse |
包含列表操作的响应数据。 |
AzureTrafficCollectorsCreateOrUpdateResponse |
包含 createOrUpdate 操作的响应数据。 |
AzureTrafficCollectorsGetResponse |
包含获取操作的响应数据。 |
AzureTrafficCollectorsUpdateTagsResponse |
包含 updateTags 操作的响应数据。 |
CollectorPoliciesCreateOrUpdateResponse |
包含 createOrUpdate 操作的响应数据。 |
CollectorPoliciesGetResponse |
包含获取操作的响应数据。 |
CollectorPoliciesListNextResponse |
包含 listNext 操作的响应数据。 |
CollectorPoliciesListResponse |
包含列表操作的响应数据。 |
CollectorPoliciesUpdateTagsResponse |
包含 updateTags 操作的响应数据。 |
CreatedByType |
定义 CreatedByType 的值。 服务支持的已知值用户 |
DestinationType |
定义 DestinationType 的值。 服务支持的已知值AzureMonitor |
EmissionType |
定义 EmissionType 的值。 服务支持的已知值IPFIX |
IngestionType |
定义 IngestionType 的值。 服务支持的已知值IPFIX |
NetworkFunctionListOperationsResponse |
包含 listOperations 操作的响应数据。 |
ProvisioningState |
定义 ProvisioningState 的值。 服务支持的已知值成功 |
SourceType |
定义 SourceType 的值。 服务支持的已知值资源 |
枚举
KnownApiVersionParameter |
服务接受的 ApiVersionParameter 的已知值。 |
KnownCreatedByType |
服务接受的 CreatedByType 的已知值。 |
KnownDestinationType |
服务接受的 DestinationType 的已知值。 |
KnownEmissionType |
服务接受的 EmissionType 的已知值。 |
KnownIngestionType |
服务接受的 IngestionType 的已知值。 |
KnownProvisioningState |
服务接受的 ProvisioningState 的已知值。 |
KnownSourceType |
服务接受的 SourceType 的已知值。 |
函数
get |
给定可分页操作的结果页,返回一个延续标记,该标记可用于稍后从该点开始分页。 |
函数详细信息
getContinuationToken(unknown)
给定可分页操作的结果页,返回一个延续标记,该标记可用于稍后从该点开始分页。
function getContinuationToken(page: unknown): string | undefined
参数
- page
-
unknown
在分页操作上调用 .byPage () 的结果对象。
返回
string | undefined
可以传递到 byPage () 中的延续标记。