NetworkInterfacesOperations interface
Interfaz que representa una operación NetworkInterfaces.
Propiedades
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create |
Crea o actualiza una interfaz de red. |
| delete | Elimina la interfaz de red especificada. |
| get | Obtiene información sobre la interfaz de red especificada. |
| get |
Obtenga la interfaz de red especificada en un servicio en la nube. |
| get |
Obtiene todas las tablas de rutas aplicadas a una interfaz de red. |
| get |
Obtenga la configuración de IP de interfaz de red especificada en un conjunto de escalado de máquinas virtuales. |
| get |
Obtenga la interfaz de red especificada en un conjunto de escalado de máquinas virtuales. |
| list | Obtiene todas las interfaces de red de un grupo de recursos. |
| list |
Obtiene todas las interfaces de red de una suscripción. |
| list |
Obtiene todas las interfaces de red en un servicio en la nube. |
| list |
Obtiene información sobre todas las interfaces de red de una instancia de rol en un servicio en la nube. |
| list |
Obtiene todos los grupos de seguridad de red aplicados a una interfaz de red. |
| list |
Obtenga la configuración de IP de interfaz de red especificada en un conjunto de escalado de máquinas virtuales. |
| list |
Obtiene todas las interfaces de red de un conjunto de escalado de máquinas virtuales. |
| list |
Obtiene información sobre todas las interfaces de red de una máquina virtual en un conjunto de escalado de máquinas virtuales. |
| update |
Actualiza las etiquetas de la interfaz de red. |
Detalles de las propiedades
beginCreateOrUpdate
Advertencia
Esta API ya está en desuso.
use createOrUpdate instead
beginCreateOrUpdate: (resourceGroupName: string, networkInterfaceName: string, parameters: NetworkInterface, options?: NetworkInterfacesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkInterface>, NetworkInterface>>
Valor de propiedad
(resourceGroupName: string, networkInterfaceName: string, parameters: NetworkInterface, options?: NetworkInterfacesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkInterface>, NetworkInterface>>
beginCreateOrUpdateAndWait
Advertencia
Esta API ya está en desuso.
use createOrUpdate instead
beginCreateOrUpdateAndWait: (resourceGroupName: string, networkInterfaceName: string, parameters: NetworkInterface, options?: NetworkInterfacesCreateOrUpdateOptionalParams) => Promise<NetworkInterface>
Valor de propiedad
(resourceGroupName: string, networkInterfaceName: string, parameters: NetworkInterface, options?: NetworkInterfacesCreateOrUpdateOptionalParams) => Promise<NetworkInterface>
beginDelete
Advertencia
Esta API ya está en desuso.
use delete instead
beginDelete: (resourceGroupName: string, networkInterfaceName: string, options?: NetworkInterfacesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
Valor de propiedad
(resourceGroupName: string, networkInterfaceName: string, options?: NetworkInterfacesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
Advertencia
Esta API ya está en desuso.
use delete instead
beginDeleteAndWait: (resourceGroupName: string, networkInterfaceName: string, options?: NetworkInterfacesDeleteOptionalParams) => Promise<void>
Valor de propiedad
(resourceGroupName: string, networkInterfaceName: string, options?: NetworkInterfacesDeleteOptionalParams) => Promise<void>
beginGetEffectiveRouteTable
Advertencia
Esta API ya está en desuso.
use getEffectiveRouteTable instead
beginGetEffectiveRouteTable: (resourceGroupName: string, networkInterfaceName: string, options?: NetworkInterfacesGetEffectiveRouteTableOptionalParams) => Promise<SimplePollerLike<OperationState<EffectiveRouteListResult>, EffectiveRouteListResult>>
Valor de propiedad
(resourceGroupName: string, networkInterfaceName: string, options?: NetworkInterfacesGetEffectiveRouteTableOptionalParams) => Promise<SimplePollerLike<OperationState<EffectiveRouteListResult>, EffectiveRouteListResult>>
beginGetEffectiveRouteTableAndWait
Advertencia
Esta API ya está en desuso.
use getEffectiveRouteTable instead
beginGetEffectiveRouteTableAndWait: (resourceGroupName: string, networkInterfaceName: string, options?: NetworkInterfacesGetEffectiveRouteTableOptionalParams) => Promise<EffectiveRouteListResult>
Valor de propiedad
(resourceGroupName: string, networkInterfaceName: string, options?: NetworkInterfacesGetEffectiveRouteTableOptionalParams) => Promise<EffectiveRouteListResult>
beginListEffectiveNetworkSecurityGroups
Advertencia
Esta API ya está en desuso.
use listEffectiveNetworkSecurityGroups instead
beginListEffectiveNetworkSecurityGroups: (resourceGroupName: string, networkInterfaceName: string, options?: NetworkInterfacesListEffectiveNetworkSecurityGroupsOptionalParams) => Promise<SimplePollerLike<OperationState<EffectiveNetworkSecurityGroupListResult>, EffectiveNetworkSecurityGroupListResult>>
Valor de propiedad
(resourceGroupName: string, networkInterfaceName: string, options?: NetworkInterfacesListEffectiveNetworkSecurityGroupsOptionalParams) => Promise<SimplePollerLike<OperationState<EffectiveNetworkSecurityGroupListResult>, EffectiveNetworkSecurityGroupListResult>>
beginListEffectiveNetworkSecurityGroupsAndWait
Advertencia
Esta API ya está en desuso.
use listEffectiveNetworkSecurityGroups instead
beginListEffectiveNetworkSecurityGroupsAndWait: (resourceGroupName: string, networkInterfaceName: string, options?: NetworkInterfacesListEffectiveNetworkSecurityGroupsOptionalParams) => Promise<EffectiveNetworkSecurityGroupListResult>
Valor de propiedad
(resourceGroupName: string, networkInterfaceName: string, options?: NetworkInterfacesListEffectiveNetworkSecurityGroupsOptionalParams) => Promise<EffectiveNetworkSecurityGroupListResult>
createOrUpdate
Crea o actualiza una interfaz de red.
createOrUpdate: (resourceGroupName: string, networkInterfaceName: string, parameters: NetworkInterface, options?: NetworkInterfacesCreateOrUpdateOptionalParams) => PollerLike<OperationState<NetworkInterface>, NetworkInterface>
Valor de propiedad
(resourceGroupName: string, networkInterfaceName: string, parameters: NetworkInterface, options?: NetworkInterfacesCreateOrUpdateOptionalParams) => PollerLike<OperationState<NetworkInterface>, NetworkInterface>
delete
Elimina la interfaz de red especificada.
delete: (resourceGroupName: string, networkInterfaceName: string, options?: NetworkInterfacesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Valor de propiedad
(resourceGroupName: string, networkInterfaceName: string, options?: NetworkInterfacesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Obtiene información sobre la interfaz de red especificada.
get: (resourceGroupName: string, networkInterfaceName: string, options?: NetworkInterfacesGetOptionalParams) => Promise<NetworkInterface>
Valor de propiedad
(resourceGroupName: string, networkInterfaceName: string, options?: NetworkInterfacesGetOptionalParams) => Promise<NetworkInterface>
getCloudServiceNetworkInterface
Obtenga la interfaz de red especificada en un servicio en la nube.
getCloudServiceNetworkInterface: (resourceGroupName: string, cloudServiceName: string, roleInstanceName: string, networkInterfaceName: string, options?: NetworkInterfacesGetCloudServiceNetworkInterfaceOptionalParams) => Promise<NetworkInterface>
Valor de propiedad
(resourceGroupName: string, cloudServiceName: string, roleInstanceName: string, networkInterfaceName: string, options?: NetworkInterfacesGetCloudServiceNetworkInterfaceOptionalParams) => Promise<NetworkInterface>
getEffectiveRouteTable
Obtiene todas las tablas de rutas aplicadas a una interfaz de red.
getEffectiveRouteTable: (resourceGroupName: string, networkInterfaceName: string, options?: NetworkInterfacesGetEffectiveRouteTableOptionalParams) => PollerLike<OperationState<EffectiveRouteListResult>, EffectiveRouteListResult>
Valor de propiedad
(resourceGroupName: string, networkInterfaceName: string, options?: NetworkInterfacesGetEffectiveRouteTableOptionalParams) => PollerLike<OperationState<EffectiveRouteListResult>, EffectiveRouteListResult>
getVirtualMachineScaleSetIpConfiguration
Obtenga la configuración de IP de interfaz de red especificada en un conjunto de escalado de máquinas virtuales.
getVirtualMachineScaleSetIpConfiguration: (resourceGroupName: string, virtualMachineScaleSetName: string, virtualmachineIndex: string, networkInterfaceName: string, ipConfigurationName: string, options?: NetworkInterfacesGetVirtualMachineScaleSetIpConfigurationOptionalParams) => Promise<NetworkInterfaceIPConfiguration>
Valor de propiedad
(resourceGroupName: string, virtualMachineScaleSetName: string, virtualmachineIndex: string, networkInterfaceName: string, ipConfigurationName: string, options?: NetworkInterfacesGetVirtualMachineScaleSetIpConfigurationOptionalParams) => Promise<NetworkInterfaceIPConfiguration>
getVirtualMachineScaleSetNetworkInterface
Obtenga la interfaz de red especificada en un conjunto de escalado de máquinas virtuales.
getVirtualMachineScaleSetNetworkInterface: (resourceGroupName: string, virtualMachineScaleSetName: string, virtualmachineIndex: string, networkInterfaceName: string, options?: NetworkInterfacesGetVirtualMachineScaleSetNetworkInterfaceOptionalParams) => Promise<NetworkInterface>
Valor de propiedad
(resourceGroupName: string, virtualMachineScaleSetName: string, virtualmachineIndex: string, networkInterfaceName: string, options?: NetworkInterfacesGetVirtualMachineScaleSetNetworkInterfaceOptionalParams) => Promise<NetworkInterface>
list
Obtiene todas las interfaces de red de un grupo de recursos.
list: (resourceGroupName: string, options?: NetworkInterfacesListOptionalParams) => PagedAsyncIterableIterator<NetworkInterface, NetworkInterface[], PageSettings>
Valor de propiedad
(resourceGroupName: string, options?: NetworkInterfacesListOptionalParams) => PagedAsyncIterableIterator<NetworkInterface, NetworkInterface[], PageSettings>
listAll
Obtiene todas las interfaces de red de una suscripción.
listAll: (options?: NetworkInterfacesListAllOptionalParams) => PagedAsyncIterableIterator<NetworkInterface, NetworkInterface[], PageSettings>
Valor de propiedad
(options?: NetworkInterfacesListAllOptionalParams) => PagedAsyncIterableIterator<NetworkInterface, NetworkInterface[], PageSettings>
listCloudServiceNetworkInterfaces
Obtiene todas las interfaces de red en un servicio en la nube.
listCloudServiceNetworkInterfaces: (resourceGroupName: string, cloudServiceName: string, options?: NetworkInterfacesListCloudServiceNetworkInterfacesOptionalParams) => PagedAsyncIterableIterator<NetworkInterface, NetworkInterface[], PageSettings>
Valor de propiedad
(resourceGroupName: string, cloudServiceName: string, options?: NetworkInterfacesListCloudServiceNetworkInterfacesOptionalParams) => PagedAsyncIterableIterator<NetworkInterface, NetworkInterface[], PageSettings>
listCloudServiceRoleInstanceNetworkInterfaces
Obtiene información sobre todas las interfaces de red de una instancia de rol en un servicio en la nube.
listCloudServiceRoleInstanceNetworkInterfaces: (resourceGroupName: string, cloudServiceName: string, roleInstanceName: string, options?: NetworkInterfacesListCloudServiceRoleInstanceNetworkInterfacesOptionalParams) => PagedAsyncIterableIterator<NetworkInterface, NetworkInterface[], PageSettings>
Valor de propiedad
(resourceGroupName: string, cloudServiceName: string, roleInstanceName: string, options?: NetworkInterfacesListCloudServiceRoleInstanceNetworkInterfacesOptionalParams) => PagedAsyncIterableIterator<NetworkInterface, NetworkInterface[], PageSettings>
listEffectiveNetworkSecurityGroups
Obtiene todos los grupos de seguridad de red aplicados a una interfaz de red.
listEffectiveNetworkSecurityGroups: (resourceGroupName: string, networkInterfaceName: string, options?: NetworkInterfacesListEffectiveNetworkSecurityGroupsOptionalParams) => PollerLike<OperationState<EffectiveNetworkSecurityGroupListResult>, EffectiveNetworkSecurityGroupListResult>
Valor de propiedad
(resourceGroupName: string, networkInterfaceName: string, options?: NetworkInterfacesListEffectiveNetworkSecurityGroupsOptionalParams) => PollerLike<OperationState<EffectiveNetworkSecurityGroupListResult>, EffectiveNetworkSecurityGroupListResult>
listVirtualMachineScaleSetIpConfigurations
Obtenga la configuración de IP de interfaz de red especificada en un conjunto de escalado de máquinas virtuales.
listVirtualMachineScaleSetIpConfigurations: (resourceGroupName: string, virtualMachineScaleSetName: string, virtualmachineIndex: string, networkInterfaceName: string, options?: NetworkInterfacesListVirtualMachineScaleSetIpConfigurationsOptionalParams) => PagedAsyncIterableIterator<NetworkInterfaceIPConfiguration, NetworkInterfaceIPConfiguration[], PageSettings>
Valor de propiedad
(resourceGroupName: string, virtualMachineScaleSetName: string, virtualmachineIndex: string, networkInterfaceName: string, options?: NetworkInterfacesListVirtualMachineScaleSetIpConfigurationsOptionalParams) => PagedAsyncIterableIterator<NetworkInterfaceIPConfiguration, NetworkInterfaceIPConfiguration[], PageSettings>
listVirtualMachineScaleSetNetworkInterfaces
Obtiene todas las interfaces de red de un conjunto de escalado de máquinas virtuales.
listVirtualMachineScaleSetNetworkInterfaces: (resourceGroupName: string, virtualMachineScaleSetName: string, options?: NetworkInterfacesListVirtualMachineScaleSetNetworkInterfacesOptionalParams) => PagedAsyncIterableIterator<NetworkInterface, NetworkInterface[], PageSettings>
Valor de propiedad
(resourceGroupName: string, virtualMachineScaleSetName: string, options?: NetworkInterfacesListVirtualMachineScaleSetNetworkInterfacesOptionalParams) => PagedAsyncIterableIterator<NetworkInterface, NetworkInterface[], PageSettings>
listVirtualMachineScaleSetVMNetworkInterfaces
Obtiene información sobre todas las interfaces de red de una máquina virtual en un conjunto de escalado de máquinas virtuales.
listVirtualMachineScaleSetVMNetworkInterfaces: (resourceGroupName: string, virtualMachineScaleSetName: string, virtualmachineIndex: string, options?: NetworkInterfacesListVirtualMachineScaleSetVMNetworkInterfacesOptionalParams) => PagedAsyncIterableIterator<NetworkInterface, NetworkInterface[], PageSettings>
Valor de propiedad
(resourceGroupName: string, virtualMachineScaleSetName: string, virtualmachineIndex: string, options?: NetworkInterfacesListVirtualMachineScaleSetVMNetworkInterfacesOptionalParams) => PagedAsyncIterableIterator<NetworkInterface, NetworkInterface[], PageSettings>
updateTags
Actualiza las etiquetas de la interfaz de red.
updateTags: (resourceGroupName: string, networkInterfaceName: string, parameters: TagsObject, options?: NetworkInterfacesUpdateTagsOptionalParams) => Promise<NetworkInterface>
Valor de propiedad
(resourceGroupName: string, networkInterfaceName: string, parameters: TagsObject, options?: NetworkInterfacesUpdateTagsOptionalParams) => Promise<NetworkInterface>