NetworkPacketBrokersOperations interface
Interfaccia che rappresenta un'operazione NetworkPacketBrokers.
Proprietà
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create | Crea un Network Packet Broker. |
| delete | |
| get | Recupera i dettagli di questo Gestore pacchetti di rete. |
| list |
Visualizza la lista di NetworkPacketBrokers per gruppo di risorse con il metodo GET. |
| list |
Visualizza la lista dei Network Packet Brokers tramite il metodo GET in abbonamento. |
| update | API per aggiornare alcune proprietà della risorsa Network Packet Broker. |
Dettagli proprietà
beginCreate
Avviso
Questa API è ora deprecata.
use create instead
beginCreate: (resourceGroupName: string, networkPacketBrokerName: string, body: NetworkPacketBroker, options?: NetworkPacketBrokersCreateOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkPacketBroker>, NetworkPacketBroker>>
Valore della proprietà
(resourceGroupName: string, networkPacketBrokerName: string, body: NetworkPacketBroker, options?: NetworkPacketBrokersCreateOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkPacketBroker>, NetworkPacketBroker>>
beginCreateAndWait
Avviso
Questa API è ora deprecata.
use create instead
beginCreateAndWait: (resourceGroupName: string, networkPacketBrokerName: string, body: NetworkPacketBroker, options?: NetworkPacketBrokersCreateOptionalParams) => Promise<NetworkPacketBroker>
Valore della proprietà
(resourceGroupName: string, networkPacketBrokerName: string, body: NetworkPacketBroker, options?: NetworkPacketBrokersCreateOptionalParams) => Promise<NetworkPacketBroker>
beginDelete
Avviso
Questa API è ora deprecata.
use delete instead
beginDelete: (resourceGroupName: string, networkPacketBrokerName: string, options?: NetworkPacketBrokersDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
Valore della proprietà
(resourceGroupName: string, networkPacketBrokerName: string, options?: NetworkPacketBrokersDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
Avviso
Questa API è ora deprecata.
use delete instead
beginDeleteAndWait: (resourceGroupName: string, networkPacketBrokerName: string, options?: NetworkPacketBrokersDeleteOptionalParams) => Promise<void>
Valore della proprietà
(resourceGroupName: string, networkPacketBrokerName: string, options?: NetworkPacketBrokersDeleteOptionalParams) => Promise<void>
beginUpdate
Avviso
Questa API è ora deprecata.
use update instead
beginUpdate: (resourceGroupName: string, networkPacketBrokerName: string, body: NetworkPacketBrokerPatch, options?: NetworkPacketBrokersUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkPacketBroker>, NetworkPacketBroker>>
Valore della proprietà
(resourceGroupName: string, networkPacketBrokerName: string, body: NetworkPacketBrokerPatch, options?: NetworkPacketBrokersUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkPacketBroker>, NetworkPacketBroker>>
beginUpdateAndWait
Avviso
Questa API è ora deprecata.
use update instead
beginUpdateAndWait: (resourceGroupName: string, networkPacketBrokerName: string, body: NetworkPacketBrokerPatch, options?: NetworkPacketBrokersUpdateOptionalParams) => Promise<NetworkPacketBroker>
Valore della proprietà
(resourceGroupName: string, networkPacketBrokerName: string, body: NetworkPacketBrokerPatch, options?: NetworkPacketBrokersUpdateOptionalParams) => Promise<NetworkPacketBroker>
create
Crea un Network Packet Broker.
create: (resourceGroupName: string, networkPacketBrokerName: string, body: NetworkPacketBroker, options?: NetworkPacketBrokersCreateOptionalParams) => PollerLike<OperationState<NetworkPacketBroker>, NetworkPacketBroker>
Valore della proprietà
(resourceGroupName: string, networkPacketBrokerName: string, body: NetworkPacketBroker, options?: NetworkPacketBrokersCreateOptionalParams) => PollerLike<OperationState<NetworkPacketBroker>, NetworkPacketBroker>
delete
delete: (resourceGroupName: string, networkPacketBrokerName: string, options?: NetworkPacketBrokersDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Valore della proprietà
(resourceGroupName: string, networkPacketBrokerName: string, options?: NetworkPacketBrokersDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Recupera i dettagli di questo Gestore pacchetti di rete.
get: (resourceGroupName: string, networkPacketBrokerName: string, options?: NetworkPacketBrokersGetOptionalParams) => Promise<NetworkPacketBroker>
Valore della proprietà
(resourceGroupName: string, networkPacketBrokerName: string, options?: NetworkPacketBrokersGetOptionalParams) => Promise<NetworkPacketBroker>
listByResourceGroup
Visualizza la lista di NetworkPacketBrokers per gruppo di risorse con il metodo GET.
listByResourceGroup: (resourceGroupName: string, options?: NetworkPacketBrokersListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<NetworkPacketBroker, NetworkPacketBroker[], PageSettings>
Valore della proprietà
(resourceGroupName: string, options?: NetworkPacketBrokersListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<NetworkPacketBroker, NetworkPacketBroker[], PageSettings>
listBySubscription
Visualizza la lista dei Network Packet Brokers tramite il metodo GET in abbonamento.
listBySubscription: (options?: NetworkPacketBrokersListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<NetworkPacketBroker, NetworkPacketBroker[], PageSettings>
Valore della proprietà
(options?: NetworkPacketBrokersListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<NetworkPacketBroker, NetworkPacketBroker[], PageSettings>
update
API per aggiornare alcune proprietà della risorsa Network Packet Broker.
update: (resourceGroupName: string, networkPacketBrokerName: string, body: NetworkPacketBrokerPatch, options?: NetworkPacketBrokersUpdateOptionalParams) => PollerLike<OperationState<NetworkPacketBroker>, NetworkPacketBroker>
Valore della proprietà
(resourceGroupName: string, networkPacketBrokerName: string, body: NetworkPacketBrokerPatch, options?: NetworkPacketBrokersUpdateOptionalParams) => PollerLike<OperationState<NetworkPacketBroker>, NetworkPacketBroker>