Compartir a través de


NetworkTapRules interface

Interfaz que representa networkTapRules.

Métodos

beginCreate(string, string, NetworkTapRule, NetworkTapRulesCreateOptionalParams)

Cree un recurso de regla de tap de red.

beginCreateAndWait(string, string, NetworkTapRule, NetworkTapRulesCreateOptionalParams)

Cree un recurso de regla de tap de red.

beginDelete(string, string, NetworkTapRulesDeleteOptionalParams)

Elimine el recurso regla de pulsación de red.

beginDeleteAndWait(string, string, NetworkTapRulesDeleteOptionalParams)

Elimine el recurso regla de pulsación de red.

beginResync(string, string, NetworkTapRulesResyncOptionalParams)

Implementa la operación en los recursos subyacentes.

beginResyncAndWait(string, string, NetworkTapRulesResyncOptionalParams)

Implementa la operación en los recursos subyacentes.

beginUpdate(string, string, NetworkTapRulePatch, NetworkTapRulesUpdateOptionalParams)

Actualice determinadas propiedades del recurso Regla de tap de red.

beginUpdateAdministrativeState(string, string, UpdateAdministrativeState, NetworkTapRulesUpdateAdministrativeStateOptionalParams)

Implementa la operación en los recursos subyacentes.

beginUpdateAdministrativeStateAndWait(string, string, UpdateAdministrativeState, NetworkTapRulesUpdateAdministrativeStateOptionalParams)

Implementa la operación en los recursos subyacentes.

beginUpdateAndWait(string, string, NetworkTapRulePatch, NetworkTapRulesUpdateOptionalParams)

Actualice determinadas propiedades del recurso Regla de tap de red.

beginValidateConfiguration(string, string, NetworkTapRulesValidateConfigurationOptionalParams)

Implementa la operación en los recursos subyacentes.

beginValidateConfigurationAndWait(string, string, NetworkTapRulesValidateConfigurationOptionalParams)

Implementa la operación en los recursos subyacentes.

get(string, string, NetworkTapRulesGetOptionalParams)

Obtiene los detalles del recurso de regla de pulsación de red.

listByResourceGroup(string, NetworkTapRulesListByResourceGroupOptionalParams)

Enumere todos los recursos de regla de pulsación de red en el grupo de recursos especificado.

listBySubscription(NetworkTapRulesListBySubscriptionOptionalParams)

Enumere todos los recursos de regla de pulsación de red de la suscripción especificada.

Detalles del método

beginCreate(string, string, NetworkTapRule, NetworkTapRulesCreateOptionalParams)

Cree un recurso de regla de tap de red.

function beginCreate(resourceGroupName: string, networkTapRuleName: string, body: NetworkTapRule, options?: NetworkTapRulesCreateOptionalParams): Promise<SimplePollerLike<OperationState<NetworkTapRule>, NetworkTapRule>>

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

networkTapRuleName

string

Nombre de la regla de pulsación de red.

body
NetworkTapRule

Carga de solicitud.

options
NetworkTapRulesCreateOptionalParams

Parámetros de opciones.

Devoluciones

Promise<@azure/core-lro.SimplePollerLike<OperationState<NetworkTapRule>, NetworkTapRule>>

beginCreateAndWait(string, string, NetworkTapRule, NetworkTapRulesCreateOptionalParams)

Cree un recurso de regla de tap de red.

function beginCreateAndWait(resourceGroupName: string, networkTapRuleName: string, body: NetworkTapRule, options?: NetworkTapRulesCreateOptionalParams): Promise<NetworkTapRule>

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

networkTapRuleName

string

Nombre de la regla de pulsación de red.

body
NetworkTapRule

Carga de solicitud.

options
NetworkTapRulesCreateOptionalParams

Parámetros de opciones.

Devoluciones

Promise<NetworkTapRule>

beginDelete(string, string, NetworkTapRulesDeleteOptionalParams)

Elimine el recurso regla de pulsación de red.

function beginDelete(resourceGroupName: string, networkTapRuleName: string, options?: NetworkTapRulesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<NetworkTapRulesDeleteHeaders>, NetworkTapRulesDeleteHeaders>>

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

networkTapRuleName

string

Nombre de la regla de pulsación de red.

options
NetworkTapRulesDeleteOptionalParams

Parámetros de opciones.

Devoluciones

Promise<@azure/core-lro.SimplePollerLike<OperationState<NetworkTapRulesDeleteHeaders>, NetworkTapRulesDeleteHeaders>>

beginDeleteAndWait(string, string, NetworkTapRulesDeleteOptionalParams)

Elimine el recurso regla de pulsación de red.

function beginDeleteAndWait(resourceGroupName: string, networkTapRuleName: string, options?: NetworkTapRulesDeleteOptionalParams): Promise<NetworkTapRulesDeleteHeaders>

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

networkTapRuleName

string

Nombre de la regla de pulsación de red.

options
NetworkTapRulesDeleteOptionalParams

Parámetros de opciones.

Devoluciones

beginResync(string, string, NetworkTapRulesResyncOptionalParams)

Implementa la operación en los recursos subyacentes.

function beginResync(resourceGroupName: string, networkTapRuleName: string, options?: NetworkTapRulesResyncOptionalParams): Promise<SimplePollerLike<OperationState<CommonPostActionResponseForStateUpdate>, CommonPostActionResponseForStateUpdate>>

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

networkTapRuleName

string

Nombre de la regla de pulsación de red.

options
NetworkTapRulesResyncOptionalParams

Parámetros de opciones.

Devoluciones

beginResyncAndWait(string, string, NetworkTapRulesResyncOptionalParams)

Implementa la operación en los recursos subyacentes.

function beginResyncAndWait(resourceGroupName: string, networkTapRuleName: string, options?: NetworkTapRulesResyncOptionalParams): Promise<CommonPostActionResponseForStateUpdate>

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

networkTapRuleName

string

Nombre de la regla de pulsación de red.

options
NetworkTapRulesResyncOptionalParams

Parámetros de opciones.

Devoluciones

beginUpdate(string, string, NetworkTapRulePatch, NetworkTapRulesUpdateOptionalParams)

Actualice determinadas propiedades del recurso Regla de tap de red.

function beginUpdate(resourceGroupName: string, networkTapRuleName: string, body: NetworkTapRulePatch, options?: NetworkTapRulesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<NetworkTapRule>, NetworkTapRule>>

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

networkTapRuleName

string

Nombre de la regla de pulsación de red.

body
NetworkTapRulePatch

Propiedades de regla de pulsación de red que se van a actualizar.

options
NetworkTapRulesUpdateOptionalParams

Parámetros de opciones.

Devoluciones

Promise<@azure/core-lro.SimplePollerLike<OperationState<NetworkTapRule>, NetworkTapRule>>

beginUpdateAdministrativeState(string, string, UpdateAdministrativeState, NetworkTapRulesUpdateAdministrativeStateOptionalParams)

Implementa la operación en los recursos subyacentes.

function beginUpdateAdministrativeState(resourceGroupName: string, networkTapRuleName: string, body: UpdateAdministrativeState, options?: NetworkTapRulesUpdateAdministrativeStateOptionalParams): Promise<SimplePollerLike<OperationState<CommonPostActionResponseForStateUpdate>, CommonPostActionResponseForStateUpdate>>

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

networkTapRuleName

string

Nombre de la regla de pulsación de red.

body
UpdateAdministrativeState

Carga de solicitud.

Devoluciones

beginUpdateAdministrativeStateAndWait(string, string, UpdateAdministrativeState, NetworkTapRulesUpdateAdministrativeStateOptionalParams)

Implementa la operación en los recursos subyacentes.

function beginUpdateAdministrativeStateAndWait(resourceGroupName: string, networkTapRuleName: string, body: UpdateAdministrativeState, options?: NetworkTapRulesUpdateAdministrativeStateOptionalParams): Promise<CommonPostActionResponseForStateUpdate>

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

networkTapRuleName

string

Nombre de la regla de pulsación de red.

body
UpdateAdministrativeState

Carga de solicitud.

Devoluciones

beginUpdateAndWait(string, string, NetworkTapRulePatch, NetworkTapRulesUpdateOptionalParams)

Actualice determinadas propiedades del recurso Regla de tap de red.

function beginUpdateAndWait(resourceGroupName: string, networkTapRuleName: string, body: NetworkTapRulePatch, options?: NetworkTapRulesUpdateOptionalParams): Promise<NetworkTapRule>

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

networkTapRuleName

string

Nombre de la regla de pulsación de red.

body
NetworkTapRulePatch

Propiedades de regla de pulsación de red que se van a actualizar.

options
NetworkTapRulesUpdateOptionalParams

Parámetros de opciones.

Devoluciones

Promise<NetworkTapRule>

beginValidateConfiguration(string, string, NetworkTapRulesValidateConfigurationOptionalParams)

Implementa la operación en los recursos subyacentes.

function beginValidateConfiguration(resourceGroupName: string, networkTapRuleName: string, options?: NetworkTapRulesValidateConfigurationOptionalParams): Promise<SimplePollerLike<OperationState<ValidateConfigurationResponse>, ValidateConfigurationResponse>>

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

networkTapRuleName

string

Nombre de la regla de pulsación de red.

options
NetworkTapRulesValidateConfigurationOptionalParams

Parámetros de opciones.

Devoluciones

Promise<@azure/core-lro.SimplePollerLike<OperationState<ValidateConfigurationResponse>, ValidateConfigurationResponse>>

beginValidateConfigurationAndWait(string, string, NetworkTapRulesValidateConfigurationOptionalParams)

Implementa la operación en los recursos subyacentes.

function beginValidateConfigurationAndWait(resourceGroupName: string, networkTapRuleName: string, options?: NetworkTapRulesValidateConfigurationOptionalParams): Promise<ValidateConfigurationResponse>

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

networkTapRuleName

string

Nombre de la regla de pulsación de red.

options
NetworkTapRulesValidateConfigurationOptionalParams

Parámetros de opciones.

Devoluciones

get(string, string, NetworkTapRulesGetOptionalParams)

Obtiene los detalles del recurso de regla de pulsación de red.

function get(resourceGroupName: string, networkTapRuleName: string, options?: NetworkTapRulesGetOptionalParams): Promise<NetworkTapRule>

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

networkTapRuleName

string

Nombre de la regla de pulsación de red.

options
NetworkTapRulesGetOptionalParams

Parámetros de opciones.

Devoluciones

Promise<NetworkTapRule>

listByResourceGroup(string, NetworkTapRulesListByResourceGroupOptionalParams)

Enumere todos los recursos de regla de pulsación de red en el grupo de recursos especificado.

function listByResourceGroup(resourceGroupName: string, options?: NetworkTapRulesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<NetworkTapRule, NetworkTapRule[], PageSettings>

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

options
NetworkTapRulesListByResourceGroupOptionalParams

Parámetros de opciones.

Devoluciones

listBySubscription(NetworkTapRulesListBySubscriptionOptionalParams)

Enumere todos los recursos de regla de pulsación de red de la suscripción especificada.

function listBySubscription(options?: NetworkTapRulesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<NetworkTapRule, NetworkTapRule[], PageSettings>

Parámetros

options
NetworkTapRulesListBySubscriptionOptionalParams

Parámetros de opciones.

Devoluciones