NetworkPacketBrokers interface
Interface représentant un NetworkPacketBrokers.
Méthodes
Détails de la méthode
beginCreate(string, string, NetworkPacketBroker, NetworkPacketBrokersCreateOptionalParams)
Crée un répartiteur de paquets réseau.
function beginCreate(resourceGroupName: string, networkPacketBrokerName: string, body: NetworkPacketBroker, options?: NetworkPacketBrokersCreateOptionalParams): Promise<SimplePollerLike<OperationState<NetworkPacketBroker>, NetworkPacketBroker>>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- networkPacketBrokerName
-
string
Nom du répartiteur de paquets réseau.
- body
- NetworkPacketBroker
Charge utile de la demande.
Paramètres d’options.
Retours
Promise<@azure/core-lro.SimplePollerLike<OperationState<NetworkPacketBroker>, NetworkPacketBroker>>
beginCreateAndWait(string, string, NetworkPacketBroker, NetworkPacketBrokersCreateOptionalParams)
Crée un répartiteur de paquets réseau.
function beginCreateAndWait(resourceGroupName: string, networkPacketBrokerName: string, body: NetworkPacketBroker, options?: NetworkPacketBrokersCreateOptionalParams): Promise<NetworkPacketBroker>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- networkPacketBrokerName
-
string
Nom du répartiteur de paquets réseau.
- body
- NetworkPacketBroker
Charge utile de la demande.
Paramètres d’options.
Retours
Promise<NetworkPacketBroker>
beginDelete(string, string, NetworkPacketBrokersDeleteOptionalParams)
Supprime Network Packet Broker.
function beginDelete(resourceGroupName: string, networkPacketBrokerName: string, options?: NetworkPacketBrokersDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- networkPacketBrokerName
-
string
Nom du répartiteur de paquets réseau.
Paramètres d’options.
Retours
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, NetworkPacketBrokersDeleteOptionalParams)
Supprime Network Packet Broker.
function beginDeleteAndWait(resourceGroupName: string, networkPacketBrokerName: string, options?: NetworkPacketBrokersDeleteOptionalParams): Promise<void>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- networkPacketBrokerName
-
string
Nom du répartiteur de paquets réseau.
Paramètres d’options.
Retours
Promise<void>
beginUpdate(string, string, NetworkPacketBrokerPatch, NetworkPacketBrokersUpdateOptionalParams)
API pour mettre à jour certaines propriétés de la ressource Network Packet Broker.
function beginUpdate(resourceGroupName: string, networkPacketBrokerName: string, body: NetworkPacketBrokerPatch, options?: NetworkPacketBrokersUpdateOptionalParams): Promise<SimplePollerLike<OperationState<NetworkPacketBroker>, NetworkPacketBroker>>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- networkPacketBrokerName
-
string
Nom du répartiteur de paquets réseau.
Propriétés network Packet Broker à mettre à jour.
Paramètres d’options.
Retours
Promise<@azure/core-lro.SimplePollerLike<OperationState<NetworkPacketBroker>, NetworkPacketBroker>>
beginUpdateAndWait(string, string, NetworkPacketBrokerPatch, NetworkPacketBrokersUpdateOptionalParams)
API pour mettre à jour certaines propriétés de la ressource Network Packet Broker.
function beginUpdateAndWait(resourceGroupName: string, networkPacketBrokerName: string, body: NetworkPacketBrokerPatch, options?: NetworkPacketBrokersUpdateOptionalParams): Promise<NetworkPacketBroker>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- networkPacketBrokerName
-
string
Nom du répartiteur de paquets réseau.
Propriétés network Packet Broker à mettre à jour.
Paramètres d’options.
Retours
Promise<NetworkPacketBroker>
get(string, string, NetworkPacketBrokersGetOptionalParams)
Récupère les détails de ce répartiteur de paquets réseau.
function get(resourceGroupName: string, networkPacketBrokerName: string, options?: NetworkPacketBrokersGetOptionalParams): Promise<NetworkPacketBroker>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- networkPacketBrokerName
-
string
Nom du répartiteur de paquets réseau.
Paramètres d’options.
Retours
Promise<NetworkPacketBroker>
listByResourceGroup(string, NetworkPacketBrokersListByResourceGroupOptionalParams)
Affiche la liste NetworkPacketBrokers par méthode GET du groupe de ressources.
function listByResourceGroup(resourceGroupName: string, options?: NetworkPacketBrokersListByResourceGroupOptionalParams): PagedAsyncIterableIterator<NetworkPacketBroker, NetworkPacketBroker[], PageSettings>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
Paramètres d’options.
Retours
listBySubscription(NetworkPacketBrokersListBySubscriptionOptionalParams)
Affiche la liste des répartiteurs de paquets réseau par méthode GET d’abonnement.
function listBySubscription(options?: NetworkPacketBrokersListBySubscriptionOptionalParams): PagedAsyncIterableIterator<NetworkPacketBroker, NetworkPacketBroker[], PageSettings>
Paramètres
Paramètres d’options.