Compartir a través de


NetworkInterfaces interface

Interfaz que representa networkInterfaces.

Métodos

beginCreateOrUpdate(string, string, NetworkInterface, NetworkInterfacesCreateOrUpdateOptionalParams)

Crea o actualiza una interfaz de red.

beginCreateOrUpdateAndWait(string, string, NetworkInterface, NetworkInterfacesCreateOrUpdateOptionalParams)

Crea o actualiza una interfaz de red.

beginDelete(string, string, NetworkInterfacesDeleteOptionalParams)

Elimina la interfaz de red especificada.

beginDeleteAndWait(string, string, NetworkInterfacesDeleteOptionalParams)

Elimina la interfaz de red especificada.

beginGetEffectiveRouteTable(string, string, NetworkInterfacesGetEffectiveRouteTableOptionalParams)

Obtiene todas las tablas de rutas aplicadas a una interfaz de red.

beginGetEffectiveRouteTableAndWait(string, string, NetworkInterfacesGetEffectiveRouteTableOptionalParams)

Obtiene todas las tablas de rutas aplicadas a una interfaz de red.

beginListEffectiveNetworkSecurityGroups(string, string, NetworkInterfacesListEffectiveNetworkSecurityGroupsOptionalParams)

Obtiene todos los grupos de seguridad de red aplicados a una interfaz de red.

beginListEffectiveNetworkSecurityGroupsAndWait(string, string, NetworkInterfacesListEffectiveNetworkSecurityGroupsOptionalParams)

Obtiene todos los grupos de seguridad de red aplicados a una interfaz de red.

beginUpdateTags(string, string, TagsObject, NetworkInterfacesUpdateTagsOptionalParams)

Novedades etiquetas de interfaz de red.

beginUpdateTagsAndWait(string, string, TagsObject, NetworkInterfacesUpdateTagsOptionalParams)

Novedades etiquetas de interfaz de red.

get(string, string, NetworkInterfacesGetOptionalParams)

Obtiene información sobre la interfaz de red especificada.

list(string, NetworkInterfacesListOptionalParams)

Obtiene todas las interfaces de red de un grupo de recursos.

listAll(NetworkInterfacesListAllOptionalParams)

Obtiene todas las interfaces de red de una suscripción.

Detalles del método

beginCreateOrUpdate(string, string, NetworkInterface, NetworkInterfacesCreateOrUpdateOptionalParams)

Crea o actualiza una interfaz de red.

function beginCreateOrUpdate(resourceGroupName: string, networkInterfaceName: string, parameters: NetworkInterface, options?: NetworkInterfacesCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<NetworkInterface>, NetworkInterface>>

Parámetros

resourceGroupName

string

Nombre del grupo de recursos.

networkInterfaceName

string

Nombre de la interfaz de red.

parameters
NetworkInterface

Parámetros proporcionados para la operación de creación o actualización de la interfaz de red.

options
NetworkInterfacesCreateOrUpdateOptionalParams

Parámetros de opciones.

Devoluciones

Promise<PollerLike<@azure/core-lro.PollOperationState<NetworkInterface>, NetworkInterface>>

beginCreateOrUpdateAndWait(string, string, NetworkInterface, NetworkInterfacesCreateOrUpdateOptionalParams)

Crea o actualiza una interfaz de red.

function beginCreateOrUpdateAndWait(resourceGroupName: string, networkInterfaceName: string, parameters: NetworkInterface, options?: NetworkInterfacesCreateOrUpdateOptionalParams): Promise<NetworkInterface>

Parámetros

resourceGroupName

string

Nombre del grupo de recursos.

networkInterfaceName

string

Nombre de la interfaz de red.

parameters
NetworkInterface

Parámetros proporcionados para la operación de creación o actualización de la interfaz de red.

options
NetworkInterfacesCreateOrUpdateOptionalParams

Parámetros de opciones.

Devoluciones

Promise<NetworkInterface>

beginDelete(string, string, NetworkInterfacesDeleteOptionalParams)

Elimina la interfaz de red especificada.

function beginDelete(resourceGroupName: string, networkInterfaceName: string, options?: NetworkInterfacesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>

Parámetros

resourceGroupName

string

Nombre del grupo de recursos.

networkInterfaceName

string

Nombre de la interfaz de red.

options
NetworkInterfacesDeleteOptionalParams

Parámetros de opciones.

Devoluciones

Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>

beginDeleteAndWait(string, string, NetworkInterfacesDeleteOptionalParams)

Elimina la interfaz de red especificada.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos.

networkInterfaceName

string

Nombre de la interfaz de red.

options
NetworkInterfacesDeleteOptionalParams

Parámetros de opciones.

Devoluciones

Promise<void>

beginGetEffectiveRouteTable(string, string, NetworkInterfacesGetEffectiveRouteTableOptionalParams)

Obtiene todas las tablas de rutas aplicadas a una interfaz de red.

function beginGetEffectiveRouteTable(resourceGroupName: string, networkInterfaceName: string, options?: NetworkInterfacesGetEffectiveRouteTableOptionalParams): Promise<PollerLike<PollOperationState<EffectiveRouteListResult>, EffectiveRouteListResult>>

Parámetros

resourceGroupName

string

Nombre del grupo de recursos.

networkInterfaceName

string

Nombre de la interfaz de red.

Devoluciones

Promise<PollerLike<@azure/core-lro.PollOperationState<EffectiveRouteListResult>, EffectiveRouteListResult>>

beginGetEffectiveRouteTableAndWait(string, string, NetworkInterfacesGetEffectiveRouteTableOptionalParams)

Obtiene todas las tablas de rutas aplicadas a una interfaz de red.

function beginGetEffectiveRouteTableAndWait(resourceGroupName: string, networkInterfaceName: string, options?: NetworkInterfacesGetEffectiveRouteTableOptionalParams): Promise<EffectiveRouteListResult>

Parámetros

resourceGroupName

string

Nombre del grupo de recursos.

networkInterfaceName

string

Nombre de la interfaz de red.

Devoluciones

beginListEffectiveNetworkSecurityGroups(string, string, NetworkInterfacesListEffectiveNetworkSecurityGroupsOptionalParams)

Obtiene todos los grupos de seguridad de red aplicados a una interfaz de red.

function beginListEffectiveNetworkSecurityGroups(resourceGroupName: string, networkInterfaceName: string, options?: NetworkInterfacesListEffectiveNetworkSecurityGroupsOptionalParams): Promise<PollerLike<PollOperationState<EffectiveNetworkSecurityGroupListResult>, EffectiveNetworkSecurityGroupListResult>>

Parámetros

resourceGroupName

string

Nombre del grupo de recursos.

networkInterfaceName

string

Nombre de la interfaz de red.

Devoluciones

beginListEffectiveNetworkSecurityGroupsAndWait(string, string, NetworkInterfacesListEffectiveNetworkSecurityGroupsOptionalParams)

Obtiene todos los grupos de seguridad de red aplicados a una interfaz de red.

function beginListEffectiveNetworkSecurityGroupsAndWait(resourceGroupName: string, networkInterfaceName: string, options?: NetworkInterfacesListEffectiveNetworkSecurityGroupsOptionalParams): Promise<EffectiveNetworkSecurityGroupListResult>

Parámetros

resourceGroupName

string

Nombre del grupo de recursos.

networkInterfaceName

string

Nombre de la interfaz de red.

Devoluciones

beginUpdateTags(string, string, TagsObject, NetworkInterfacesUpdateTagsOptionalParams)

Novedades etiquetas de interfaz de red.

function beginUpdateTags(resourceGroupName: string, networkInterfaceName: string, parameters: TagsObject, options?: NetworkInterfacesUpdateTagsOptionalParams): Promise<PollerLike<PollOperationState<NetworkInterface>, NetworkInterface>>

Parámetros

resourceGroupName

string

Nombre del grupo de recursos.

networkInterfaceName

string

Nombre de la interfaz de red.

parameters
TagsObject

Parámetros proporcionados para actualizar etiquetas de interfaz de red.

options
NetworkInterfacesUpdateTagsOptionalParams

Parámetros de opciones.

Devoluciones

Promise<PollerLike<@azure/core-lro.PollOperationState<NetworkInterface>, NetworkInterface>>

beginUpdateTagsAndWait(string, string, TagsObject, NetworkInterfacesUpdateTagsOptionalParams)

Novedades etiquetas de interfaz de red.

function beginUpdateTagsAndWait(resourceGroupName: string, networkInterfaceName: string, parameters: TagsObject, options?: NetworkInterfacesUpdateTagsOptionalParams): Promise<NetworkInterface>

Parámetros

resourceGroupName

string

Nombre del grupo de recursos.

networkInterfaceName

string

Nombre de la interfaz de red.

parameters
TagsObject

Parámetros proporcionados para actualizar etiquetas de interfaz de red.

options
NetworkInterfacesUpdateTagsOptionalParams

Parámetros de opciones.

Devoluciones

Promise<NetworkInterface>

get(string, string, NetworkInterfacesGetOptionalParams)

Obtiene información sobre la interfaz de red especificada.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos.

networkInterfaceName

string

Nombre de la interfaz de red.

options
NetworkInterfacesGetOptionalParams

Parámetros de opciones.

Devoluciones

Promise<NetworkInterface>

list(string, NetworkInterfacesListOptionalParams)

Obtiene todas las interfaces de red de un grupo de recursos.

function list(resourceGroupName: string, options?: NetworkInterfacesListOptionalParams): PagedAsyncIterableIterator<NetworkInterface, NetworkInterface[], PageSettings>

Parámetros

resourceGroupName

string

Nombre del grupo de recursos.

options
NetworkInterfacesListOptionalParams

Parámetros de opciones.

Devoluciones

listAll(NetworkInterfacesListAllOptionalParams)

Obtiene todas las interfaces de red de una suscripción.

function listAll(options?: NetworkInterfacesListAllOptionalParams): PagedAsyncIterableIterator<NetworkInterface, NetworkInterface[], PageSettings>

Parámetros

options
NetworkInterfacesListAllOptionalParams

Parámetros de opciones.

Devoluciones