NetworkTapRulesOperations interface
Interface representando uma operação NetworkTapRules.
Propriedades
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create | Criar um recurso de Regra de Toque de Rede. |
| delete | Excluir recurso de Regra de Toque de Rede. |
| get | Obter detalhes do recurso Da Regra de Toque de Rede. |
| list |
Liste todos os recursos da Regra de Toque de Rede no grupo de recursos fornecido. |
| list |
Liste todos os recursos da Regra de Toque de Rede na assinatura atribuída. |
| resync | Implementa a operação para os recursos subjacentes. |
| update | Atualize certas propriedades do recurso Regra de Toque de Rede. |
| update |
Implementa a operação para os recursos subjacentes. |
| validate |
Implementa a operação para os recursos subjacentes. |
Detalhes da propriedade
beginCreate
Aviso
Essa API foi preterida.
use create instead
beginCreate: (resourceGroupName: string, networkTapRuleName: string, body: NetworkTapRule, options?: NetworkTapRulesCreateOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkTapRule>, NetworkTapRule>>
Valor da propriedade
(resourceGroupName: string, networkTapRuleName: string, body: NetworkTapRule, options?: NetworkTapRulesCreateOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkTapRule>, NetworkTapRule>>
beginCreateAndWait
Aviso
Essa API foi preterida.
use create instead
beginCreateAndWait: (resourceGroupName: string, networkTapRuleName: string, body: NetworkTapRule, options?: NetworkTapRulesCreateOptionalParams) => Promise<NetworkTapRule>
Valor da propriedade
(resourceGroupName: string, networkTapRuleName: string, body: NetworkTapRule, options?: NetworkTapRulesCreateOptionalParams) => Promise<NetworkTapRule>
beginDelete
Aviso
Essa API foi preterida.
use delete instead
beginDelete: (resourceGroupName: string, networkTapRuleName: string, options?: NetworkTapRulesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
Valor da propriedade
(resourceGroupName: string, networkTapRuleName: string, options?: NetworkTapRulesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
Aviso
Essa API foi preterida.
use delete instead
beginDeleteAndWait: (resourceGroupName: string, networkTapRuleName: string, options?: NetworkTapRulesDeleteOptionalParams) => Promise<void>
Valor da propriedade
(resourceGroupName: string, networkTapRuleName: string, options?: NetworkTapRulesDeleteOptionalParams) => Promise<void>
beginResync
Aviso
Essa API foi preterida.
use resync instead
beginResync: (resourceGroupName: string, networkTapRuleName: string, options?: NetworkTapRulesResyncOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkTapRuleResyncResponse>, NetworkTapRuleResyncResponse>>
Valor da propriedade
(resourceGroupName: string, networkTapRuleName: string, options?: NetworkTapRulesResyncOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkTapRuleResyncResponse>, NetworkTapRuleResyncResponse>>
beginResyncAndWait
Aviso
Essa API foi preterida.
use resync instead
beginResyncAndWait: (resourceGroupName: string, networkTapRuleName: string, options?: NetworkTapRulesResyncOptionalParams) => Promise<NetworkTapRuleResyncResponse>
Valor da propriedade
(resourceGroupName: string, networkTapRuleName: string, options?: NetworkTapRulesResyncOptionalParams) => Promise<NetworkTapRuleResyncResponse>
beginUpdate
Aviso
Essa API foi preterida.
use update instead
beginUpdate: (resourceGroupName: string, networkTapRuleName: string, body: NetworkTapRulePatch, options?: NetworkTapRulesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkTapRule>, NetworkTapRule>>
Valor da propriedade
(resourceGroupName: string, networkTapRuleName: string, body: NetworkTapRulePatch, options?: NetworkTapRulesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkTapRule>, NetworkTapRule>>
beginUpdateAdministrativeState
Aviso
Essa API foi preterida.
use updateAdministrativeState instead
beginUpdateAdministrativeState: (resourceGroupName: string, networkTapRuleName: string, body: UpdateAdministrativeState, options?: NetworkTapRulesUpdateAdministrativeStateOptionalParams) => Promise<SimplePollerLike<OperationState<CommonPostActionResponseForStateUpdate>, CommonPostActionResponseForStateUpdate>>
Valor da propriedade
(resourceGroupName: string, networkTapRuleName: string, body: UpdateAdministrativeState, options?: NetworkTapRulesUpdateAdministrativeStateOptionalParams) => Promise<SimplePollerLike<OperationState<CommonPostActionResponseForStateUpdate>, CommonPostActionResponseForStateUpdate>>
beginUpdateAdministrativeStateAndWait
Aviso
Essa API foi preterida.
use updateAdministrativeState instead
beginUpdateAdministrativeStateAndWait: (resourceGroupName: string, networkTapRuleName: string, body: UpdateAdministrativeState, options?: NetworkTapRulesUpdateAdministrativeStateOptionalParams) => Promise<CommonPostActionResponseForStateUpdate>
Valor da propriedade
(resourceGroupName: string, networkTapRuleName: string, body: UpdateAdministrativeState, options?: NetworkTapRulesUpdateAdministrativeStateOptionalParams) => Promise<CommonPostActionResponseForStateUpdate>
beginUpdateAndWait
Aviso
Essa API foi preterida.
use update instead
beginUpdateAndWait: (resourceGroupName: string, networkTapRuleName: string, body: NetworkTapRulePatch, options?: NetworkTapRulesUpdateOptionalParams) => Promise<NetworkTapRule>
Valor da propriedade
(resourceGroupName: string, networkTapRuleName: string, body: NetworkTapRulePatch, options?: NetworkTapRulesUpdateOptionalParams) => Promise<NetworkTapRule>
beginValidateConfiguration
Aviso
Essa API foi preterida.
use validateConfiguration instead
beginValidateConfiguration: (resourceGroupName: string, networkTapRuleName: string, options?: NetworkTapRulesValidateConfigurationOptionalParams) => Promise<SimplePollerLike<OperationState<ValidateConfigurationResponse>, ValidateConfigurationResponse>>
Valor da propriedade
(resourceGroupName: string, networkTapRuleName: string, options?: NetworkTapRulesValidateConfigurationOptionalParams) => Promise<SimplePollerLike<OperationState<ValidateConfigurationResponse>, ValidateConfigurationResponse>>
beginValidateConfigurationAndWait
Aviso
Essa API foi preterida.
use validateConfiguration instead
beginValidateConfigurationAndWait: (resourceGroupName: string, networkTapRuleName: string, options?: NetworkTapRulesValidateConfigurationOptionalParams) => Promise<ValidateConfigurationResponse>
Valor da propriedade
(resourceGroupName: string, networkTapRuleName: string, options?: NetworkTapRulesValidateConfigurationOptionalParams) => Promise<ValidateConfigurationResponse>
create
Criar um recurso de Regra de Toque de Rede.
create: (resourceGroupName: string, networkTapRuleName: string, body: NetworkTapRule, options?: NetworkTapRulesCreateOptionalParams) => PollerLike<OperationState<NetworkTapRule>, NetworkTapRule>
Valor da propriedade
(resourceGroupName: string, networkTapRuleName: string, body: NetworkTapRule, options?: NetworkTapRulesCreateOptionalParams) => PollerLike<OperationState<NetworkTapRule>, NetworkTapRule>
delete
Excluir recurso de Regra de Toque de Rede.
delete: (resourceGroupName: string, networkTapRuleName: string, options?: NetworkTapRulesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Valor da propriedade
(resourceGroupName: string, networkTapRuleName: string, options?: NetworkTapRulesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Obter detalhes do recurso Da Regra de Toque de Rede.
get: (resourceGroupName: string, networkTapRuleName: string, options?: NetworkTapRulesGetOptionalParams) => Promise<NetworkTapRule>
Valor da propriedade
(resourceGroupName: string, networkTapRuleName: string, options?: NetworkTapRulesGetOptionalParams) => Promise<NetworkTapRule>
listByResourceGroup
Liste todos os recursos da Regra de Toque de Rede no grupo de recursos fornecido.
listByResourceGroup: (resourceGroupName: string, options?: NetworkTapRulesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<NetworkTapRule, NetworkTapRule[], PageSettings>
Valor da propriedade
(resourceGroupName: string, options?: NetworkTapRulesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<NetworkTapRule, NetworkTapRule[], PageSettings>
listBySubscription
Liste todos os recursos da Regra de Toque de Rede na assinatura atribuída.
listBySubscription: (options?: NetworkTapRulesListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<NetworkTapRule, NetworkTapRule[], PageSettings>
Valor da propriedade
(options?: NetworkTapRulesListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<NetworkTapRule, NetworkTapRule[], PageSettings>
resync
Implementa a operação para os recursos subjacentes.
resync: (resourceGroupName: string, networkTapRuleName: string, options?: NetworkTapRulesResyncOptionalParams) => PollerLike<OperationState<NetworkTapRuleResyncResponse>, NetworkTapRuleResyncResponse>
Valor da propriedade
(resourceGroupName: string, networkTapRuleName: string, options?: NetworkTapRulesResyncOptionalParams) => PollerLike<OperationState<NetworkTapRuleResyncResponse>, NetworkTapRuleResyncResponse>
update
Atualize certas propriedades do recurso Regra de Toque de Rede.
update: (resourceGroupName: string, networkTapRuleName: string, body: NetworkTapRulePatch, options?: NetworkTapRulesUpdateOptionalParams) => PollerLike<OperationState<NetworkTapRule>, NetworkTapRule>
Valor da propriedade
(resourceGroupName: string, networkTapRuleName: string, body: NetworkTapRulePatch, options?: NetworkTapRulesUpdateOptionalParams) => PollerLike<OperationState<NetworkTapRule>, NetworkTapRule>
updateAdministrativeState
Implementa a operação para os recursos subjacentes.
updateAdministrativeState: (resourceGroupName: string, networkTapRuleName: string, body: UpdateAdministrativeState, options?: NetworkTapRulesUpdateAdministrativeStateOptionalParams) => PollerLike<OperationState<CommonPostActionResponseForStateUpdate>, CommonPostActionResponseForStateUpdate>
Valor da propriedade
(resourceGroupName: string, networkTapRuleName: string, body: UpdateAdministrativeState, options?: NetworkTapRulesUpdateAdministrativeStateOptionalParams) => PollerLike<OperationState<CommonPostActionResponseForStateUpdate>, CommonPostActionResponseForStateUpdate>
validateConfiguration
Implementa a operação para os recursos subjacentes.
validateConfiguration: (resourceGroupName: string, networkTapRuleName: string, options?: NetworkTapRulesValidateConfigurationOptionalParams) => PollerLike<OperationState<ValidateConfigurationResponse>, ValidateConfigurationResponse>
Valor da propriedade
(resourceGroupName: string, networkTapRuleName: string, options?: NetworkTapRulesValidateConfigurationOptionalParams) => PollerLike<OperationState<ValidateConfigurationResponse>, ValidateConfigurationResponse>