Partilhar via


NetworkInterfaces interface

Interface que representa uma RedeInterfaces.

Métodos

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

Criar um recurso de Interface de Rede.

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

Criar um recurso de Interface de Rede.

beginDelete(string, string, string, NetworkInterfacesDeleteOptionalParams)

Elimine o recurso interface de rede.

beginDeleteAndWait(string, string, string, NetworkInterfacesDeleteOptionalParams)

Elimine o recurso interface de rede.

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

Atualize determinadas propriedades do recurso interface de rede.

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

Atualize o estado de administrador da Interface de Rede.

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

Atualize o estado de administrador da Interface de Rede.

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

Atualize determinadas propriedades do recurso interface de rede.

get(string, string, string, NetworkInterfacesGetOptionalParams)

Obtenha os detalhes do recurso da Interface de Rede.

listByNetworkDevice(string, string, NetworkInterfacesListByNetworkDeviceOptionalParams)

Liste todos os recursos da Interface de Rede num determinado grupo de recursos.

Detalhes de Método

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

Criar um recurso de Interface de Rede.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não é sensível a maiúsculas e minúsculas.

networkDeviceName

string

Nome do Dispositivo de Rede.

networkInterfaceName

string

Nome da Interface de Rede.

body
NetworkInterface

Pedir payload.

options
NetworkInterfacesCreateOptionalParams

Os parâmetros de opções.

Devoluções

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

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

Criar um recurso de Interface de Rede.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não é sensível a maiúsculas e minúsculas.

networkDeviceName

string

Nome do Dispositivo de Rede.

networkInterfaceName

string

Nome da Interface de Rede.

body
NetworkInterface

Pedir payload.

options
NetworkInterfacesCreateOptionalParams

Os parâmetros de opções.

Devoluções

Promise<NetworkInterface>

beginDelete(string, string, string, NetworkInterfacesDeleteOptionalParams)

Elimine o recurso interface de rede.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não é sensível a maiúsculas e minúsculas.

networkDeviceName

string

Nome do Dispositivo de Rede.

networkInterfaceName

string

Nome da Interface de Rede.

options
NetworkInterfacesDeleteOptionalParams

Os parâmetros de opções.

Devoluções

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

beginDeleteAndWait(string, string, string, NetworkInterfacesDeleteOptionalParams)

Elimine o recurso interface de rede.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não é sensível a maiúsculas e minúsculas.

networkDeviceName

string

Nome do Dispositivo de Rede.

networkInterfaceName

string

Nome da Interface de Rede.

options
NetworkInterfacesDeleteOptionalParams

Os parâmetros de opções.

Devoluções

Promise<void>

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

Atualize determinadas propriedades do recurso interface de rede.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não é sensível a maiúsculas e minúsculas.

networkDeviceName

string

Nome do Dispositivo de Rede.

networkInterfaceName

string

Nome da Interface de Rede.

body
NetworkInterfacePatch

Propriedades networkInterface a atualizar. Só são suportadas etiquetas.

options
NetworkInterfacesUpdateOptionalParams

Os parâmetros de opções.

Devoluções

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

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

Atualize o estado de administrador da Interface de Rede.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não é sensível a maiúsculas e minúsculas.

networkDeviceName

string

Nome do Dispositivo de Rede.

networkInterfaceName

string

Nome da Interface de Rede.

body
UpdateAdministrativeState

Pedir payload.

options
NetworkInterfacesUpdateAdministrativeStateOptionalParams

Os parâmetros de opções.

Devoluções

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

Atualize o estado de administrador da Interface de Rede.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não é sensível a maiúsculas e minúsculas.

networkDeviceName

string

Nome do Dispositivo de Rede.

networkInterfaceName

string

Nome da Interface de Rede.

body
UpdateAdministrativeState

Pedir payload.

options
NetworkInterfacesUpdateAdministrativeStateOptionalParams

Os parâmetros de opções.

Devoluções

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

Atualize determinadas propriedades do recurso interface de rede.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não é sensível a maiúsculas e minúsculas.

networkDeviceName

string

Nome do Dispositivo de Rede.

networkInterfaceName

string

Nome da Interface de Rede.

body
NetworkInterfacePatch

Propriedades networkInterface a atualizar. Só são suportadas etiquetas.

options
NetworkInterfacesUpdateOptionalParams

Os parâmetros de opções.

Devoluções

Promise<NetworkInterface>

get(string, string, string, NetworkInterfacesGetOptionalParams)

Obtenha os detalhes do recurso da Interface de Rede.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não é sensível a maiúsculas e minúsculas.

networkDeviceName

string

Nome do Dispositivo de Rede.

networkInterfaceName

string

Nome da Interface de Rede.

options
NetworkInterfacesGetOptionalParams

Os parâmetros de opções.

Devoluções

Promise<NetworkInterface>

listByNetworkDevice(string, string, NetworkInterfacesListByNetworkDeviceOptionalParams)

Liste todos os recursos da Interface de Rede num determinado grupo de recursos.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não é sensível a maiúsculas e minúsculas.

networkDeviceName

string

Nome do Dispositivo de Rede.

options
NetworkInterfacesListByNetworkDeviceOptionalParams

Os parâmetros de opções.

Devoluções