Partilhar via


NetworkInterfaces interface

Interface que representa um NetworkInterfaces.

Métodos

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

Crie um recurso de Interface de Rede.

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

Crie um recurso de Interface de Rede.

beginDelete(string, string, string, NetworkInterfacesDeleteOptionalParams)

Exclua o recurso Interface de rede.

beginDeleteAndWait(string, string, string, NetworkInterfacesDeleteOptionalParams)

Exclua 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 administração da Interface de Rede.

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

Atualize o estado de administração 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 Interface de Rede.

listByNetworkDevice(string, string, NetworkInterfacesListByNetworkDeviceOptionalParams)

Liste todos os recursos da Interface de Rede em um determinado grupo de recursos.

Detalhes de Método

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

Crie 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 diferencia maiúsculas de minúsculas.

networkDeviceName

string

Nome do dispositivo de rede.

networkInterfaceName

string

Nome da interface de rede.

body
NetworkInterface

Solicite carga útil.

options
NetworkInterfacesCreateOptionalParams

Os parâmetros de opções.

Devoluções

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

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

Crie 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 diferencia maiúsculas de minúsculas.

networkDeviceName

string

Nome do dispositivo de rede.

networkInterfaceName

string

Nome da interface de rede.

body
NetworkInterface

Solicite carga útil.

options
NetworkInterfacesCreateOptionalParams

Os parâmetros de opções.

Devoluções

Promise<NetworkInterface>

beginDelete(string, string, string, NetworkInterfacesDeleteOptionalParams)

Exclua 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 diferencia maiúsculas de 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)

Exclua 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 diferencia maiúsculas de 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 diferencia maiúsculas de minúsculas.

networkDeviceName

string

Nome do dispositivo de rede.

networkInterfaceName

string

Nome da interface de rede.

body
NetworkInterfacePatch

Propriedades NetworkInterface a serem atualizadas. Apenas tags são suportadas.

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 administração 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 diferencia maiúsculas de minúsculas.

networkDeviceName

string

Nome do dispositivo de rede.

networkInterfaceName

string

Nome da interface de rede.

body
UpdateAdministrativeState

Solicite carga útil.

options
NetworkInterfacesUpdateAdministrativeStateOptionalParams

Os parâmetros de opções.

Devoluções

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

Atualize o estado de administração 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 diferencia maiúsculas de minúsculas.

networkDeviceName

string

Nome do dispositivo de rede.

networkInterfaceName

string

Nome da interface de rede.

body
UpdateAdministrativeState

Solicite carga útil.

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 diferencia maiúsculas de minúsculas.

networkDeviceName

string

Nome do dispositivo de rede.

networkInterfaceName

string

Nome da interface de rede.

body
NetworkInterfacePatch

Propriedades NetworkInterface a serem atualizadas. Apenas tags são suportadas.

options
NetworkInterfacesUpdateOptionalParams

Os parâmetros de opções.

Devoluções

Promise<NetworkInterface>

get(string, string, string, NetworkInterfacesGetOptionalParams)

Obtenha os detalhes do recurso 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 diferencia maiúsculas de 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 em um 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 diferencia maiúsculas de minúsculas.

networkDeviceName

string

Nome do dispositivo de rede.

options
NetworkInterfacesListByNetworkDeviceOptionalParams

Os parâmetros de opções.

Devoluções