NetworkPacketBrokers interface
Interfaccia che rappresenta un NetworkPacketBrokers.
Metodi
Dettagli metodo
beginCreate(string, string, NetworkPacketBroker, NetworkPacketBrokersCreateOptionalParams)
Crea un gestore pacchetti di rete.
function beginCreate(resourceGroupName: string, networkPacketBrokerName: string, body: NetworkPacketBroker, options?: NetworkPacketBrokersCreateOptionalParams): Promise<SimplePollerLike<OperationState<NetworkPacketBroker>, NetworkPacketBroker>>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse. Per il nome non viene fatta distinzione tra maiuscole e minuscole.
- networkPacketBrokerName
-
string
Nome del gestore pacchetti di rete.
- body
- NetworkPacketBroker
Payload della richiesta.
Parametri delle opzioni.
Restituisce
Promise<@azure/core-lro.SimplePollerLike<OperationState<NetworkPacketBroker>, NetworkPacketBroker>>
beginCreateAndWait(string, string, NetworkPacketBroker, NetworkPacketBrokersCreateOptionalParams)
Crea un gestore pacchetti di rete.
function beginCreateAndWait(resourceGroupName: string, networkPacketBrokerName: string, body: NetworkPacketBroker, options?: NetworkPacketBrokersCreateOptionalParams): Promise<NetworkPacketBroker>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse. Per il nome non viene fatta distinzione tra maiuscole e minuscole.
- networkPacketBrokerName
-
string
Nome del gestore pacchetti di rete.
- body
- NetworkPacketBroker
Payload della richiesta.
Parametri delle opzioni.
Restituisce
Promise<NetworkPacketBroker>
beginDelete(string, string, NetworkPacketBrokersDeleteOptionalParams)
Elimina Gestore pacchetti di rete.
function beginDelete(resourceGroupName: string, networkPacketBrokerName: string, options?: NetworkPacketBrokersDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse. Per il nome non viene fatta distinzione tra maiuscole e minuscole.
- networkPacketBrokerName
-
string
Nome del gestore pacchetti di rete.
Parametri delle opzioni.
Restituisce
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, NetworkPacketBrokersDeleteOptionalParams)
Elimina Gestore pacchetti di rete.
function beginDeleteAndWait(resourceGroupName: string, networkPacketBrokerName: string, options?: NetworkPacketBrokersDeleteOptionalParams): Promise<void>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse. Per il nome non viene fatta distinzione tra maiuscole e minuscole.
- networkPacketBrokerName
-
string
Nome del gestore pacchetti di rete.
Parametri delle opzioni.
Restituisce
Promise<void>
beginUpdate(string, string, NetworkPacketBrokerPatch, NetworkPacketBrokersUpdateOptionalParams)
API per aggiornare determinate proprietà della risorsa Network Packet Broker.
function beginUpdate(resourceGroupName: string, networkPacketBrokerName: string, body: NetworkPacketBrokerPatch, options?: NetworkPacketBrokersUpdateOptionalParams): Promise<SimplePollerLike<OperationState<NetworkPacketBroker>, NetworkPacketBroker>>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse. Per il nome non viene fatta distinzione tra maiuscole e minuscole.
- networkPacketBrokerName
-
string
Nome del gestore pacchetti di rete.
Proprietà di Network Packet Broker da aggiornare.
Parametri delle opzioni.
Restituisce
Promise<@azure/core-lro.SimplePollerLike<OperationState<NetworkPacketBroker>, NetworkPacketBroker>>
beginUpdateAndWait(string, string, NetworkPacketBrokerPatch, NetworkPacketBrokersUpdateOptionalParams)
API per aggiornare determinate proprietà della risorsa Network Packet Broker.
function beginUpdateAndWait(resourceGroupName: string, networkPacketBrokerName: string, body: NetworkPacketBrokerPatch, options?: NetworkPacketBrokersUpdateOptionalParams): Promise<NetworkPacketBroker>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse. Per il nome non viene fatta distinzione tra maiuscole e minuscole.
- networkPacketBrokerName
-
string
Nome del gestore pacchetti di rete.
Proprietà di Network Packet Broker da aggiornare.
Parametri delle opzioni.
Restituisce
Promise<NetworkPacketBroker>
get(string, string, NetworkPacketBrokersGetOptionalParams)
Recupera i dettagli di questo gestore pacchetti di rete.
function get(resourceGroupName: string, networkPacketBrokerName: string, options?: NetworkPacketBrokersGetOptionalParams): Promise<NetworkPacketBroker>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse. Per il nome non viene fatta distinzione tra maiuscole e minuscole.
- networkPacketBrokerName
-
string
Nome del gestore pacchetti di rete.
Parametri delle opzioni.
Restituisce
Promise<NetworkPacketBroker>
listByResourceGroup(string, NetworkPacketBrokersListByResourceGroupOptionalParams)
Visualizza l'elenco NetworkPacketBrokers per metodo GET del gruppo di risorse.
function listByResourceGroup(resourceGroupName: string, options?: NetworkPacketBrokersListByResourceGroupOptionalParams): PagedAsyncIterableIterator<NetworkPacketBroker, NetworkPacketBroker[], PageSettings>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse. Per il nome non viene fatta distinzione tra maiuscole e minuscole.
Parametri delle opzioni.
Restituisce
listBySubscription(NetworkPacketBrokersListBySubscriptionOptionalParams)
Visualizza l'elenco Di broker di pacchetti di rete in base al metodo GET della sottoscrizione.
function listBySubscription(options?: NetworkPacketBrokersListBySubscriptionOptionalParams): PagedAsyncIterableIterator<NetworkPacketBroker, NetworkPacketBroker[], PageSettings>
Parametri
Parametri delle opzioni.