NetworkPacketBrokersOperations interface
Interface representing a NetworkPacketBrokers operations.
Properties
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create | Creates a Network Packet Broker. |
| delete | Deletes Network Packet Broker. |
| get | Retrieves details of this Network Packet Broker. |
| list |
Displays NetworkPacketBrokers list by resource group GET method. |
| list |
Displays Network Packet Brokers list by subscription GET method. |
| update | API to update certain properties of the Network Packet Broker resource. |
Property Details
beginCreate
Warning
This API is now deprecated.
use create instead
beginCreate: (resourceGroupName: string, networkPacketBrokerName: string, body: NetworkPacketBroker, options?: NetworkPacketBrokersCreateOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkPacketBroker>, NetworkPacketBroker>>
Property Value
(resourceGroupName: string, networkPacketBrokerName: string, body: NetworkPacketBroker, options?: NetworkPacketBrokersCreateOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkPacketBroker>, NetworkPacketBroker>>
beginCreateAndWait
Warning
This API is now deprecated.
use create instead
beginCreateAndWait: (resourceGroupName: string, networkPacketBrokerName: string, body: NetworkPacketBroker, options?: NetworkPacketBrokersCreateOptionalParams) => Promise<NetworkPacketBroker>
Property Value
(resourceGroupName: string, networkPacketBrokerName: string, body: NetworkPacketBroker, options?: NetworkPacketBrokersCreateOptionalParams) => Promise<NetworkPacketBroker>
beginDelete
Warning
This API is now deprecated.
use delete instead
beginDelete: (resourceGroupName: string, networkPacketBrokerName: string, options?: NetworkPacketBrokersDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
Property Value
(resourceGroupName: string, networkPacketBrokerName: string, options?: NetworkPacketBrokersDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
Warning
This API is now deprecated.
use delete instead
beginDeleteAndWait: (resourceGroupName: string, networkPacketBrokerName: string, options?: NetworkPacketBrokersDeleteOptionalParams) => Promise<void>
Property Value
(resourceGroupName: string, networkPacketBrokerName: string, options?: NetworkPacketBrokersDeleteOptionalParams) => Promise<void>
beginUpdate
Warning
This API is now deprecated.
use update instead
beginUpdate: (resourceGroupName: string, networkPacketBrokerName: string, body: NetworkPacketBrokerPatch, options?: NetworkPacketBrokersUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkPacketBroker>, NetworkPacketBroker>>
Property Value
(resourceGroupName: string, networkPacketBrokerName: string, body: NetworkPacketBrokerPatch, options?: NetworkPacketBrokersUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkPacketBroker>, NetworkPacketBroker>>
beginUpdateAndWait
Warning
This API is now deprecated.
use update instead
beginUpdateAndWait: (resourceGroupName: string, networkPacketBrokerName: string, body: NetworkPacketBrokerPatch, options?: NetworkPacketBrokersUpdateOptionalParams) => Promise<NetworkPacketBroker>
Property Value
(resourceGroupName: string, networkPacketBrokerName: string, body: NetworkPacketBrokerPatch, options?: NetworkPacketBrokersUpdateOptionalParams) => Promise<NetworkPacketBroker>
create
Creates a Network Packet Broker.
create: (resourceGroupName: string, networkPacketBrokerName: string, body: NetworkPacketBroker, options?: NetworkPacketBrokersCreateOptionalParams) => PollerLike<OperationState<NetworkPacketBroker>, NetworkPacketBroker>
Property Value
(resourceGroupName: string, networkPacketBrokerName: string, body: NetworkPacketBroker, options?: NetworkPacketBrokersCreateOptionalParams) => PollerLike<OperationState<NetworkPacketBroker>, NetworkPacketBroker>
delete
Deletes Network Packet Broker.
delete: (resourceGroupName: string, networkPacketBrokerName: string, options?: NetworkPacketBrokersDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Property Value
(resourceGroupName: string, networkPacketBrokerName: string, options?: NetworkPacketBrokersDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Retrieves details of this Network Packet Broker.
get: (resourceGroupName: string, networkPacketBrokerName: string, options?: NetworkPacketBrokersGetOptionalParams) => Promise<NetworkPacketBroker>
Property Value
(resourceGroupName: string, networkPacketBrokerName: string, options?: NetworkPacketBrokersGetOptionalParams) => Promise<NetworkPacketBroker>
listByResourceGroup
Displays NetworkPacketBrokers list by resource group GET method.
listByResourceGroup: (resourceGroupName: string, options?: NetworkPacketBrokersListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<NetworkPacketBroker, NetworkPacketBroker[], PageSettings>
Property Value
(resourceGroupName: string, options?: NetworkPacketBrokersListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<NetworkPacketBroker, NetworkPacketBroker[], PageSettings>
listBySubscription
Displays Network Packet Brokers list by subscription GET method.
listBySubscription: (options?: NetworkPacketBrokersListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<NetworkPacketBroker, NetworkPacketBroker[], PageSettings>
Property Value
(options?: NetworkPacketBrokersListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<NetworkPacketBroker, NetworkPacketBroker[], PageSettings>
update
API to update certain properties of the Network Packet Broker resource.
update: (resourceGroupName: string, networkPacketBrokerName: string, body: NetworkPacketBrokerPatch, options?: NetworkPacketBrokersUpdateOptionalParams) => PollerLike<OperationState<NetworkPacketBroker>, NetworkPacketBroker>
Property Value
(resourceGroupName: string, networkPacketBrokerName: string, body: NetworkPacketBrokerPatch, options?: NetworkPacketBrokersUpdateOptionalParams) => PollerLike<OperationState<NetworkPacketBroker>, NetworkPacketBroker>