Partager via


NetworkInterfaces interface

Interface représentant un NetworkInterfaces.

Méthodes

beginCreate(string, string, string, NetworkInterface, NetworkInterfacesCreateOptionalParams)

Créez une ressource d’interface réseau.

beginCreateAndWait(string, string, string, NetworkInterface, NetworkInterfacesCreateOptionalParams)

Créez une ressource d’interface réseau.

beginDelete(string, string, string, NetworkInterfacesDeleteOptionalParams)

Supprimez la ressource d’interface réseau.

beginDeleteAndWait(string, string, string, NetworkInterfacesDeleteOptionalParams)

Supprimez la ressource d’interface réseau.

beginUpdate(string, string, string, NetworkInterfacePatch, NetworkInterfacesUpdateOptionalParams)

Mettez à jour certaines propriétés de la ressource d’interface réseau.

beginUpdateAdministrativeState(string, string, string, UpdateAdministrativeState, NetworkInterfacesUpdateAdministrativeStateOptionalParams)

Mettez à jour l’état administrateur de l’interface réseau.

beginUpdateAdministrativeStateAndWait(string, string, string, UpdateAdministrativeState, NetworkInterfacesUpdateAdministrativeStateOptionalParams)

Mettez à jour l’état administrateur de l’interface réseau.

beginUpdateAndWait(string, string, string, NetworkInterfacePatch, NetworkInterfacesUpdateOptionalParams)

Mettez à jour certaines propriétés de la ressource d’interface réseau.

get(string, string, string, NetworkInterfacesGetOptionalParams)

Obtenez les détails de la ressource d’interface réseau.

listByNetworkDevice(string, string, NetworkInterfacesListByNetworkDeviceOptionalParams)

Répertorier toutes les ressources d’interface réseau dans un groupe de ressources donné.

Détails de la méthode

beginCreate(string, string, string, NetworkInterface, NetworkInterfacesCreateOptionalParams)

Créez une ressource d’interface réseau.

function beginCreate(resourceGroupName: string, networkDeviceName: string, networkInterfaceName: string, body: NetworkInterface, options?: NetworkInterfacesCreateOptionalParams): Promise<SimplePollerLike<OperationState<NetworkInterface>, NetworkInterface>>

Paramètres

resourceGroupName

string

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

networkDeviceName

string

Nom du périphérique réseau.

networkInterfaceName

string

Nom de l’interface réseau.

body
NetworkInterface

Charge utile de la demande.

options
NetworkInterfacesCreateOptionalParams

Paramètres d’options.

Retours

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

beginCreateAndWait(string, string, string, NetworkInterface, NetworkInterfacesCreateOptionalParams)

Créez une ressource d’interface réseau.

function beginCreateAndWait(resourceGroupName: string, networkDeviceName: string, networkInterfaceName: string, body: NetworkInterface, options?: NetworkInterfacesCreateOptionalParams): Promise<NetworkInterface>

Paramètres

resourceGroupName

string

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

networkDeviceName

string

Nom du périphérique réseau.

networkInterfaceName

string

Nom de l’interface réseau.

body
NetworkInterface

Charge utile de la demande.

options
NetworkInterfacesCreateOptionalParams

Paramètres d’options.

Retours

Promise<NetworkInterface>

beginDelete(string, string, string, NetworkInterfacesDeleteOptionalParams)

Supprimez la ressource d’interface réseau.

function beginDelete(resourceGroupName: string, networkDeviceName: string, networkInterfaceName: string, options?: NetworkInterfacesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

Paramètres

resourceGroupName

string

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

networkDeviceName

string

Nom du périphérique réseau.

networkInterfaceName

string

Nom de l’interface réseau.

options
NetworkInterfacesDeleteOptionalParams

Paramètres d’options.

Retours

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

beginDeleteAndWait(string, string, string, NetworkInterfacesDeleteOptionalParams)

Supprimez la ressource d’interface réseau.

function beginDeleteAndWait(resourceGroupName: string, networkDeviceName: string, networkInterfaceName: string, options?: NetworkInterfacesDeleteOptionalParams): Promise<void>

Paramètres

resourceGroupName

string

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

networkDeviceName

string

Nom du périphérique réseau.

networkInterfaceName

string

Nom de l’interface réseau.

options
NetworkInterfacesDeleteOptionalParams

Paramètres d’options.

Retours

Promise<void>

beginUpdate(string, string, string, NetworkInterfacePatch, NetworkInterfacesUpdateOptionalParams)

Mettez à jour certaines propriétés de la ressource d’interface réseau.

function beginUpdate(resourceGroupName: string, networkDeviceName: string, networkInterfaceName: string, body: NetworkInterfacePatch, options?: NetworkInterfacesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<NetworkInterface>, NetworkInterface>>

Paramètres

resourceGroupName

string

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

networkDeviceName

string

Nom du périphérique réseau.

networkInterfaceName

string

Nom de l’interface réseau.

body
NetworkInterfacePatch

Propriétés NetworkInterface à mettre à jour. Seules les balises sont prises en charge.

options
NetworkInterfacesUpdateOptionalParams

Paramètres d’options.

Retours

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

beginUpdateAdministrativeState(string, string, string, UpdateAdministrativeState, NetworkInterfacesUpdateAdministrativeStateOptionalParams)

Mettez à jour l’état administrateur de l’interface réseau.

function beginUpdateAdministrativeState(resourceGroupName: string, networkDeviceName: string, networkInterfaceName: string, body: UpdateAdministrativeState, options?: NetworkInterfacesUpdateAdministrativeStateOptionalParams): Promise<SimplePollerLike<OperationState<CommonPostActionResponseForStateUpdate>, CommonPostActionResponseForStateUpdate>>

Paramètres

resourceGroupName

string

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

networkDeviceName

string

Nom du périphérique réseau.

networkInterfaceName

string

Nom de l’interface réseau.

body
UpdateAdministrativeState

Charge utile de la demande.

Retours

beginUpdateAdministrativeStateAndWait(string, string, string, UpdateAdministrativeState, NetworkInterfacesUpdateAdministrativeStateOptionalParams)

Mettez à jour l’état administrateur de l’interface réseau.

function beginUpdateAdministrativeStateAndWait(resourceGroupName: string, networkDeviceName: string, networkInterfaceName: string, body: UpdateAdministrativeState, options?: NetworkInterfacesUpdateAdministrativeStateOptionalParams): Promise<CommonPostActionResponseForStateUpdate>

Paramètres

resourceGroupName

string

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

networkDeviceName

string

Nom du périphérique réseau.

networkInterfaceName

string

Nom de l’interface réseau.

body
UpdateAdministrativeState

Charge utile de la demande.

Retours

beginUpdateAndWait(string, string, string, NetworkInterfacePatch, NetworkInterfacesUpdateOptionalParams)

Mettez à jour certaines propriétés de la ressource d’interface réseau.

function beginUpdateAndWait(resourceGroupName: string, networkDeviceName: string, networkInterfaceName: string, body: NetworkInterfacePatch, options?: NetworkInterfacesUpdateOptionalParams): Promise<NetworkInterface>

Paramètres

resourceGroupName

string

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

networkDeviceName

string

Nom du périphérique réseau.

networkInterfaceName

string

Nom de l’interface réseau.

body
NetworkInterfacePatch

Propriétés NetworkInterface à mettre à jour. Seules les balises sont prises en charge.

options
NetworkInterfacesUpdateOptionalParams

Paramètres d’options.

Retours

Promise<NetworkInterface>

get(string, string, string, NetworkInterfacesGetOptionalParams)

Obtenez les détails de la ressource d’interface réseau.

function get(resourceGroupName: string, networkDeviceName: string, networkInterfaceName: string, options?: NetworkInterfacesGetOptionalParams): Promise<NetworkInterface>

Paramètres

resourceGroupName

string

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

networkDeviceName

string

Nom du périphérique réseau.

networkInterfaceName

string

Nom de l’interface réseau.

options
NetworkInterfacesGetOptionalParams

Paramètres d’options.

Retours

Promise<NetworkInterface>

listByNetworkDevice(string, string, NetworkInterfacesListByNetworkDeviceOptionalParams)

Répertorier toutes les ressources d’interface réseau dans un groupe de ressources donné.

function listByNetworkDevice(resourceGroupName: string, networkDeviceName: string, options?: NetworkInterfacesListByNetworkDeviceOptionalParams): PagedAsyncIterableIterator<NetworkInterface, NetworkInterface[], PageSettings>

Paramètres

resourceGroupName

string

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

networkDeviceName

string

Nom du périphérique réseau.

options
NetworkInterfacesListByNetworkDeviceOptionalParams

Paramètres d’options.

Retours