NetworkTapRulesOperations interface
表示 NetworkTapRules 操作的接口。
属性
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create | 创建网络点击规则资源。 |
| delete | 删除网络点击规则资源。 |
| get | 获取网络点击规则资源详细信息。 |
| list |
列出给定资源组中的所有网络分流规则资源。 |
| list |
请列出所有订阅中的网络分流规则资源。 |
| resync | 实现基础资源的作。 |
| update | 更新网络分流规则资源的某些属性。 |
| update |
实现基础资源的作。 |
| validate |
实现基础资源的作。 |
属性详细信息
beginCreate
警告
现已弃用此 API。
use create instead
beginCreate: (resourceGroupName: string, networkTapRuleName: string, body: NetworkTapRule, options?: NetworkTapRulesCreateOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkTapRule>, NetworkTapRule>>
属性值
(resourceGroupName: string, networkTapRuleName: string, body: NetworkTapRule, options?: NetworkTapRulesCreateOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkTapRule>, NetworkTapRule>>
beginCreateAndWait
警告
现已弃用此 API。
use create instead
beginCreateAndWait: (resourceGroupName: string, networkTapRuleName: string, body: NetworkTapRule, options?: NetworkTapRulesCreateOptionalParams) => Promise<NetworkTapRule>
属性值
(resourceGroupName: string, networkTapRuleName: string, body: NetworkTapRule, options?: NetworkTapRulesCreateOptionalParams) => Promise<NetworkTapRule>
beginDelete
警告
现已弃用此 API。
use delete instead
beginDelete: (resourceGroupName: string, networkTapRuleName: string, options?: NetworkTapRulesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
属性值
(resourceGroupName: string, networkTapRuleName: string, options?: NetworkTapRulesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
警告
现已弃用此 API。
use delete instead
beginDeleteAndWait: (resourceGroupName: string, networkTapRuleName: string, options?: NetworkTapRulesDeleteOptionalParams) => Promise<void>
属性值
(resourceGroupName: string, networkTapRuleName: string, options?: NetworkTapRulesDeleteOptionalParams) => Promise<void>
beginResync
警告
现已弃用此 API。
use resync instead
beginResync: (resourceGroupName: string, networkTapRuleName: string, options?: NetworkTapRulesResyncOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkTapRuleResyncResponse>, NetworkTapRuleResyncResponse>>
属性值
(resourceGroupName: string, networkTapRuleName: string, options?: NetworkTapRulesResyncOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkTapRuleResyncResponse>, NetworkTapRuleResyncResponse>>
beginResyncAndWait
警告
现已弃用此 API。
use resync instead
beginResyncAndWait: (resourceGroupName: string, networkTapRuleName: string, options?: NetworkTapRulesResyncOptionalParams) => Promise<NetworkTapRuleResyncResponse>
属性值
(resourceGroupName: string, networkTapRuleName: string, options?: NetworkTapRulesResyncOptionalParams) => Promise<NetworkTapRuleResyncResponse>
beginUpdate
警告
现已弃用此 API。
use update instead
beginUpdate: (resourceGroupName: string, networkTapRuleName: string, body: NetworkTapRulePatch, options?: NetworkTapRulesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkTapRule>, NetworkTapRule>>
属性值
(resourceGroupName: string, networkTapRuleName: string, body: NetworkTapRulePatch, options?: NetworkTapRulesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkTapRule>, NetworkTapRule>>
beginUpdateAdministrativeState
警告
现已弃用此 API。
use updateAdministrativeState instead
beginUpdateAdministrativeState: (resourceGroupName: string, networkTapRuleName: string, body: UpdateAdministrativeState, options?: NetworkTapRulesUpdateAdministrativeStateOptionalParams) => Promise<SimplePollerLike<OperationState<CommonPostActionResponseForStateUpdate>, CommonPostActionResponseForStateUpdate>>
属性值
(resourceGroupName: string, networkTapRuleName: string, body: UpdateAdministrativeState, options?: NetworkTapRulesUpdateAdministrativeStateOptionalParams) => Promise<SimplePollerLike<OperationState<CommonPostActionResponseForStateUpdate>, CommonPostActionResponseForStateUpdate>>
beginUpdateAdministrativeStateAndWait
警告
现已弃用此 API。
use updateAdministrativeState instead
beginUpdateAdministrativeStateAndWait: (resourceGroupName: string, networkTapRuleName: string, body: UpdateAdministrativeState, options?: NetworkTapRulesUpdateAdministrativeStateOptionalParams) => Promise<CommonPostActionResponseForStateUpdate>
属性值
(resourceGroupName: string, networkTapRuleName: string, body: UpdateAdministrativeState, options?: NetworkTapRulesUpdateAdministrativeStateOptionalParams) => Promise<CommonPostActionResponseForStateUpdate>
beginUpdateAndWait
警告
现已弃用此 API。
use update instead
beginUpdateAndWait: (resourceGroupName: string, networkTapRuleName: string, body: NetworkTapRulePatch, options?: NetworkTapRulesUpdateOptionalParams) => Promise<NetworkTapRule>
属性值
(resourceGroupName: string, networkTapRuleName: string, body: NetworkTapRulePatch, options?: NetworkTapRulesUpdateOptionalParams) => Promise<NetworkTapRule>
beginValidateConfiguration
警告
现已弃用此 API。
use validateConfiguration instead
beginValidateConfiguration: (resourceGroupName: string, networkTapRuleName: string, options?: NetworkTapRulesValidateConfigurationOptionalParams) => Promise<SimplePollerLike<OperationState<ValidateConfigurationResponse>, ValidateConfigurationResponse>>
属性值
(resourceGroupName: string, networkTapRuleName: string, options?: NetworkTapRulesValidateConfigurationOptionalParams) => Promise<SimplePollerLike<OperationState<ValidateConfigurationResponse>, ValidateConfigurationResponse>>
beginValidateConfigurationAndWait
警告
现已弃用此 API。
use validateConfiguration instead
beginValidateConfigurationAndWait: (resourceGroupName: string, networkTapRuleName: string, options?: NetworkTapRulesValidateConfigurationOptionalParams) => Promise<ValidateConfigurationResponse>
属性值
(resourceGroupName: string, networkTapRuleName: string, options?: NetworkTapRulesValidateConfigurationOptionalParams) => Promise<ValidateConfigurationResponse>
create
创建网络点击规则资源。
create: (resourceGroupName: string, networkTapRuleName: string, body: NetworkTapRule, options?: NetworkTapRulesCreateOptionalParams) => PollerLike<OperationState<NetworkTapRule>, NetworkTapRule>
属性值
(resourceGroupName: string, networkTapRuleName: string, body: NetworkTapRule, options?: NetworkTapRulesCreateOptionalParams) => PollerLike<OperationState<NetworkTapRule>, NetworkTapRule>
delete
删除网络点击规则资源。
delete: (resourceGroupName: string, networkTapRuleName: string, options?: NetworkTapRulesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
属性值
(resourceGroupName: string, networkTapRuleName: string, options?: NetworkTapRulesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
获取网络点击规则资源详细信息。
get: (resourceGroupName: string, networkTapRuleName: string, options?: NetworkTapRulesGetOptionalParams) => Promise<NetworkTapRule>
属性值
(resourceGroupName: string, networkTapRuleName: string, options?: NetworkTapRulesGetOptionalParams) => Promise<NetworkTapRule>
listByResourceGroup
列出给定资源组中的所有网络分流规则资源。
listByResourceGroup: (resourceGroupName: string, options?: NetworkTapRulesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<NetworkTapRule, NetworkTapRule[], PageSettings>
属性值
(resourceGroupName: string, options?: NetworkTapRulesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<NetworkTapRule, NetworkTapRule[], PageSettings>
listBySubscription
请列出所有订阅中的网络分流规则资源。
listBySubscription: (options?: NetworkTapRulesListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<NetworkTapRule, NetworkTapRule[], PageSettings>
属性值
(options?: NetworkTapRulesListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<NetworkTapRule, NetworkTapRule[], PageSettings>
resync
实现基础资源的作。
resync: (resourceGroupName: string, networkTapRuleName: string, options?: NetworkTapRulesResyncOptionalParams) => PollerLike<OperationState<NetworkTapRuleResyncResponse>, NetworkTapRuleResyncResponse>
属性值
(resourceGroupName: string, networkTapRuleName: string, options?: NetworkTapRulesResyncOptionalParams) => PollerLike<OperationState<NetworkTapRuleResyncResponse>, NetworkTapRuleResyncResponse>
update
更新网络分流规则资源的某些属性。
update: (resourceGroupName: string, networkTapRuleName: string, body: NetworkTapRulePatch, options?: NetworkTapRulesUpdateOptionalParams) => PollerLike<OperationState<NetworkTapRule>, NetworkTapRule>
属性值
(resourceGroupName: string, networkTapRuleName: string, body: NetworkTapRulePatch, options?: NetworkTapRulesUpdateOptionalParams) => PollerLike<OperationState<NetworkTapRule>, NetworkTapRule>
updateAdministrativeState
实现基础资源的作。
updateAdministrativeState: (resourceGroupName: string, networkTapRuleName: string, body: UpdateAdministrativeState, options?: NetworkTapRulesUpdateAdministrativeStateOptionalParams) => PollerLike<OperationState<CommonPostActionResponseForStateUpdate>, CommonPostActionResponseForStateUpdate>
属性值
(resourceGroupName: string, networkTapRuleName: string, body: UpdateAdministrativeState, options?: NetworkTapRulesUpdateAdministrativeStateOptionalParams) => PollerLike<OperationState<CommonPostActionResponseForStateUpdate>, CommonPostActionResponseForStateUpdate>
validateConfiguration
实现基础资源的作。
validateConfiguration: (resourceGroupName: string, networkTapRuleName: string, options?: NetworkTapRulesValidateConfigurationOptionalParams) => PollerLike<OperationState<ValidateConfigurationResponse>, ValidateConfigurationResponse>
属性值
(resourceGroupName: string, networkTapRuleName: string, options?: NetworkTapRulesValidateConfigurationOptionalParams) => PollerLike<OperationState<ValidateConfigurationResponse>, ValidateConfigurationResponse>