NetworkInterfaces interface
Interfaccia che rappresenta un networkInterfaces.
Metodi
Dettagli metodo
beginCreate(string, string, string, NetworkInterface, NetworkInterfacesCreateOptionalParams)
Creare una risorsa interfaccia di rete.
function beginCreate(resourceGroupName: string, networkDeviceName: string, networkInterfaceName: string, body: NetworkInterface, options?: NetworkInterfacesCreateOptionalParams): Promise<SimplePollerLike<OperationState<NetworkInterface>, NetworkInterface>>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse. Per il nome non viene fatta distinzione tra maiuscole e minuscole.
- networkDeviceName
-
string
Nome del dispositivo di rete.
- networkInterfaceName
-
string
Nome dell'interfaccia di rete.
- body
- NetworkInterface
Payload della richiesta.
Parametri delle opzioni.
Restituisce
Promise<@azure/core-lro.SimplePollerLike<OperationState<NetworkInterface>, NetworkInterface>>
beginCreateAndWait(string, string, string, NetworkInterface, NetworkInterfacesCreateOptionalParams)
Creare una risorsa interfaccia di rete.
function beginCreateAndWait(resourceGroupName: string, networkDeviceName: string, networkInterfaceName: string, body: NetworkInterface, options?: NetworkInterfacesCreateOptionalParams): Promise<NetworkInterface>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse. Per il nome non viene fatta distinzione tra maiuscole e minuscole.
- networkDeviceName
-
string
Nome del dispositivo di rete.
- networkInterfaceName
-
string
Nome dell'interfaccia di rete.
- body
- NetworkInterface
Payload della richiesta.
Parametri delle opzioni.
Restituisce
Promise<NetworkInterface>
beginDelete(string, string, string, NetworkInterfacesDeleteOptionalParams)
Eliminare la risorsa Interfaccia di rete.
function beginDelete(resourceGroupName: string, networkDeviceName: string, networkInterfaceName: string, options?: NetworkInterfacesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse. Per il nome non viene fatta distinzione tra maiuscole e minuscole.
- networkDeviceName
-
string
Nome del dispositivo di rete.
- networkInterfaceName
-
string
Nome dell'interfaccia di rete.
Parametri delle opzioni.
Restituisce
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, string, NetworkInterfacesDeleteOptionalParams)
Eliminare la risorsa Interfaccia di rete.
function beginDeleteAndWait(resourceGroupName: string, networkDeviceName: string, networkInterfaceName: string, options?: NetworkInterfacesDeleteOptionalParams): Promise<void>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse. Per il nome non viene fatta distinzione tra maiuscole e minuscole.
- networkDeviceName
-
string
Nome del dispositivo di rete.
- networkInterfaceName
-
string
Nome dell'interfaccia di rete.
Parametri delle opzioni.
Restituisce
Promise<void>
beginUpdate(string, string, string, NetworkInterfacePatch, NetworkInterfacesUpdateOptionalParams)
Aggiornare alcune proprietà della risorsa Interfaccia di rete.
function beginUpdate(resourceGroupName: string, networkDeviceName: string, networkInterfaceName: string, body: NetworkInterfacePatch, options?: NetworkInterfacesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<NetworkInterface>, NetworkInterface>>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse. Per il nome non viene fatta distinzione tra maiuscole e minuscole.
- networkDeviceName
-
string
Nome del dispositivo di rete.
- networkInterfaceName
-
string
Nome dell'interfaccia di rete.
Proprietà NetworkInterface da aggiornare. Sono supportati solo i tag.
Parametri delle opzioni.
Restituisce
Promise<@azure/core-lro.SimplePollerLike<OperationState<NetworkInterface>, NetworkInterface>>
beginUpdateAdministrativeState(string, string, string, UpdateAdministrativeState, NetworkInterfacesUpdateAdministrativeStateOptionalParams)
Aggiornare lo stato amministratore dell'interfaccia di rete.
function beginUpdateAdministrativeState(resourceGroupName: string, networkDeviceName: string, networkInterfaceName: string, body: UpdateAdministrativeState, options?: NetworkInterfacesUpdateAdministrativeStateOptionalParams): Promise<SimplePollerLike<OperationState<CommonPostActionResponseForStateUpdate>, CommonPostActionResponseForStateUpdate>>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse. Per il nome non viene fatta distinzione tra maiuscole e minuscole.
- networkDeviceName
-
string
Nome del dispositivo di rete.
- networkInterfaceName
-
string
Nome dell'interfaccia di rete.
Payload della richiesta.
Parametri delle opzioni.
Restituisce
Promise<@azure/core-lro.SimplePollerLike<OperationState<CommonPostActionResponseForStateUpdate>, CommonPostActionResponseForStateUpdate>>
beginUpdateAdministrativeStateAndWait(string, string, string, UpdateAdministrativeState, NetworkInterfacesUpdateAdministrativeStateOptionalParams)
Aggiornare lo stato amministratore dell'interfaccia di rete.
function beginUpdateAdministrativeStateAndWait(resourceGroupName: string, networkDeviceName: string, networkInterfaceName: string, body: UpdateAdministrativeState, options?: NetworkInterfacesUpdateAdministrativeStateOptionalParams): Promise<CommonPostActionResponseForStateUpdate>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse. Per il nome non viene fatta distinzione tra maiuscole e minuscole.
- networkDeviceName
-
string
Nome del dispositivo di rete.
- networkInterfaceName
-
string
Nome dell'interfaccia di rete.
Payload della richiesta.
Parametri delle opzioni.
Restituisce
beginUpdateAndWait(string, string, string, NetworkInterfacePatch, NetworkInterfacesUpdateOptionalParams)
Aggiornare alcune proprietà della risorsa Interfaccia di rete.
function beginUpdateAndWait(resourceGroupName: string, networkDeviceName: string, networkInterfaceName: string, body: NetworkInterfacePatch, options?: NetworkInterfacesUpdateOptionalParams): Promise<NetworkInterface>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse. Per il nome non viene fatta distinzione tra maiuscole e minuscole.
- networkDeviceName
-
string
Nome del dispositivo di rete.
- networkInterfaceName
-
string
Nome dell'interfaccia di rete.
Proprietà NetworkInterface da aggiornare. Sono supportati solo i tag.
Parametri delle opzioni.
Restituisce
Promise<NetworkInterface>
get(string, string, string, NetworkInterfacesGetOptionalParams)
Ottenere i dettagli della risorsa interfaccia di rete.
function get(resourceGroupName: string, networkDeviceName: string, networkInterfaceName: string, options?: NetworkInterfacesGetOptionalParams): Promise<NetworkInterface>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse. Per il nome non viene fatta distinzione tra maiuscole e minuscole.
- networkDeviceName
-
string
Nome del dispositivo di rete.
- networkInterfaceName
-
string
Nome dell'interfaccia di rete.
Parametri delle opzioni.
Restituisce
Promise<NetworkInterface>
listByNetworkDevice(string, string, NetworkInterfacesListByNetworkDeviceOptionalParams)
Elencare tutte le risorse dell'interfaccia di rete in un determinato gruppo di risorse.
function listByNetworkDevice(resourceGroupName: string, networkDeviceName: string, options?: NetworkInterfacesListByNetworkDeviceOptionalParams): PagedAsyncIterableIterator<NetworkInterface, NetworkInterface[], PageSettings>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse. Per il nome non viene fatta distinzione tra maiuscole e minuscole.
- networkDeviceName
-
string
Nome del dispositivo di rete.
Parametri delle opzioni.