Partager via


NetworkTaps interface

Interface représentant un NetworkTaps.

Méthodes

beginCreate(string, string, NetworkTap, NetworkTapsCreateOptionalParams)

Crée un appui réseau.

beginCreateAndWait(string, string, NetworkTap, NetworkTapsCreateOptionalParams)

Crée un appui réseau.

beginDelete(string, string, NetworkTapsDeleteOptionalParams)

Supprime l’appui réseau.

beginDeleteAndWait(string, string, NetworkTapsDeleteOptionalParams)

Supprime l’appui réseau.

beginResync(string, string, NetworkTapsResyncOptionalParams)

Implémente l’opération sur les ressources sous-jacentes.

beginResyncAndWait(string, string, NetworkTapsResyncOptionalParams)

Implémente l’opération sur les ressources sous-jacentes.

beginUpdate(string, string, NetworkTapPatch, NetworkTapsUpdateOptionalParams)

API permettant de mettre à jour certaines propriétés de la ressource Network Tap.

beginUpdateAdministrativeState(string, string, UpdateAdministrativeState, NetworkTapsUpdateAdministrativeStateOptionalParams)

Implémente l’opération sur les ressources sous-jacentes.

beginUpdateAdministrativeStateAndWait(string, string, UpdateAdministrativeState, NetworkTapsUpdateAdministrativeStateOptionalParams)

Implémente l’opération sur les ressources sous-jacentes.

beginUpdateAndWait(string, string, NetworkTapPatch, NetworkTapsUpdateOptionalParams)

API permettant de mettre à jour certaines propriétés de la ressource Network Tap.

get(string, string, NetworkTapsGetOptionalParams)

Récupère les détails de cet appui réseau.

listByResourceGroup(string, NetworkTapsListByResourceGroupOptionalParams)

Affiche la liste Des appuis réseau par méthode GET du groupe de ressources.

listBySubscription(NetworkTapsListBySubscriptionOptionalParams)

Affiche la liste Des appuis réseau par méthode GET d’abonnement.

Détails de la méthode

beginCreate(string, string, NetworkTap, NetworkTapsCreateOptionalParams)

Crée un appui réseau.

function beginCreate(resourceGroupName: string, networkTapName: string, body: NetworkTap, options?: NetworkTapsCreateOptionalParams): Promise<SimplePollerLike<OperationState<NetworkTap>, NetworkTap>>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

networkTapName

string

Nom de l’appui réseau.

body
NetworkTap

Charge utile de la demande.

options
NetworkTapsCreateOptionalParams

Paramètres d’options.

Retours

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

beginCreateAndWait(string, string, NetworkTap, NetworkTapsCreateOptionalParams)

Crée un appui réseau.

function beginCreateAndWait(resourceGroupName: string, networkTapName: string, body: NetworkTap, options?: NetworkTapsCreateOptionalParams): Promise<NetworkTap>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

networkTapName

string

Nom de l’appui réseau.

body
NetworkTap

Charge utile de la demande.

options
NetworkTapsCreateOptionalParams

Paramètres d’options.

Retours

Promise<NetworkTap>

beginDelete(string, string, NetworkTapsDeleteOptionalParams)

Supprime l’appui réseau.

function beginDelete(resourceGroupName: string, networkTapName: string, options?: NetworkTapsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

networkTapName

string

Nom de l’appui réseau.

options
NetworkTapsDeleteOptionalParams

Paramètres d’options.

Retours

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

beginDeleteAndWait(string, string, NetworkTapsDeleteOptionalParams)

Supprime l’appui réseau.

function beginDeleteAndWait(resourceGroupName: string, networkTapName: string, options?: NetworkTapsDeleteOptionalParams): Promise<void>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

networkTapName

string

Nom de l’appui réseau.

options
NetworkTapsDeleteOptionalParams

Paramètres d’options.

Retours

Promise<void>

beginResync(string, string, NetworkTapsResyncOptionalParams)

Implémente l’opération sur les ressources sous-jacentes.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

networkTapName

string

Nom de l’appui réseau.

options
NetworkTapsResyncOptionalParams

Paramètres d’options.

Retours

beginResyncAndWait(string, string, NetworkTapsResyncOptionalParams)

Implémente l’opération sur les ressources sous-jacentes.

function beginResyncAndWait(resourceGroupName: string, networkTapName: string, options?: NetworkTapsResyncOptionalParams): Promise<CommonPostActionResponseForStateUpdate>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

networkTapName

string

Nom de l’appui réseau.

options
NetworkTapsResyncOptionalParams

Paramètres d’options.

Retours

beginUpdate(string, string, NetworkTapPatch, NetworkTapsUpdateOptionalParams)

API permettant de mettre à jour certaines propriétés de la ressource Network Tap.

function beginUpdate(resourceGroupName: string, networkTapName: string, body: NetworkTapPatch, options?: NetworkTapsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<NetworkTap>, NetworkTap>>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

networkTapName

string

Nom de l’appui réseau.

body
NetworkTapPatch

Propriétés d’appui réseau à mettre à jour.

options
NetworkTapsUpdateOptionalParams

Paramètres d’options.

Retours

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

beginUpdateAdministrativeState(string, string, UpdateAdministrativeState, NetworkTapsUpdateAdministrativeStateOptionalParams)

Implémente l’opération sur les ressources sous-jacentes.

function beginUpdateAdministrativeState(resourceGroupName: string, networkTapName: string, body: UpdateAdministrativeState, options?: NetworkTapsUpdateAdministrativeStateOptionalParams): Promise<SimplePollerLike<OperationState<CommonPostActionResponseForDeviceUpdate>, CommonPostActionResponseForDeviceUpdate>>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

networkTapName

string

Nom de l’appui réseau.

body
UpdateAdministrativeState

Charge utile de la demande.

options
NetworkTapsUpdateAdministrativeStateOptionalParams

Paramètres d’options.

Retours

beginUpdateAdministrativeStateAndWait(string, string, UpdateAdministrativeState, NetworkTapsUpdateAdministrativeStateOptionalParams)

Implémente l’opération sur les ressources sous-jacentes.

function beginUpdateAdministrativeStateAndWait(resourceGroupName: string, networkTapName: string, body: UpdateAdministrativeState, options?: NetworkTapsUpdateAdministrativeStateOptionalParams): Promise<CommonPostActionResponseForDeviceUpdate>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

networkTapName

string

Nom de l’appui réseau.

body
UpdateAdministrativeState

Charge utile de la demande.

options
NetworkTapsUpdateAdministrativeStateOptionalParams

Paramètres d’options.

Retours

beginUpdateAndWait(string, string, NetworkTapPatch, NetworkTapsUpdateOptionalParams)

API permettant de mettre à jour certaines propriétés de la ressource Network Tap.

function beginUpdateAndWait(resourceGroupName: string, networkTapName: string, body: NetworkTapPatch, options?: NetworkTapsUpdateOptionalParams): Promise<NetworkTap>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

networkTapName

string

Nom de l’appui réseau.

body
NetworkTapPatch

Propriétés d’appui réseau à mettre à jour.

options
NetworkTapsUpdateOptionalParams

Paramètres d’options.

Retours

Promise<NetworkTap>

get(string, string, NetworkTapsGetOptionalParams)

Récupère les détails de cet appui réseau.

function get(resourceGroupName: string, networkTapName: string, options?: NetworkTapsGetOptionalParams): Promise<NetworkTap>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

networkTapName

string

Nom de l’appui réseau.

options
NetworkTapsGetOptionalParams

Paramètres d’options.

Retours

Promise<NetworkTap>

listByResourceGroup(string, NetworkTapsListByResourceGroupOptionalParams)

Affiche la liste Des appuis réseau par méthode GET du groupe de ressources.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

options
NetworkTapsListByResourceGroupOptionalParams

Paramètres d’options.

Retours

listBySubscription(NetworkTapsListBySubscriptionOptionalParams)

Affiche la liste Des appuis réseau par méthode GET d’abonnement.

function listBySubscription(options?: NetworkTapsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<NetworkTap, NetworkTap[], PageSettings>

Paramètres

options
NetworkTapsListBySubscriptionOptionalParams

Paramètres d’options.

Retours