BgpPeersOperations interface
Interface representing a BgpPeers operations.
Properties
create |
Create a BgpPeer |
delete | Delete a BgpPeer |
get | Get a BgpPeer |
list | List BgpPeer resources by parent |
Property Details
createOrUpdate
Create a BgpPeer
createOrUpdate: (resourceUri: string, bgpPeerName: string, resource: BgpPeer, options?: BgpPeersCreateOrUpdateOptionalParams) => PollerLike<OperationState<BgpPeer>, BgpPeer>
Property Value
(resourceUri: string, bgpPeerName: string, resource: BgpPeer, options?: BgpPeersCreateOrUpdateOptionalParams) => PollerLike<OperationState<BgpPeer>, BgpPeer>
delete
Delete a BgpPeer
delete: (resourceUri: string, bgpPeerName: string, options?: BgpPeersDeleteOptionalParams) => Promise<void>
Property Value
(resourceUri: string, bgpPeerName: string, options?: BgpPeersDeleteOptionalParams) => Promise<void>
get
Get a BgpPeer
get: (resourceUri: string, bgpPeerName: string, options?: BgpPeersGetOptionalParams) => Promise<BgpPeer>
Property Value
(resourceUri: string, bgpPeerName: string, options?: BgpPeersGetOptionalParams) => Promise<BgpPeer>
list
List BgpPeer resources by parent
list: (resourceUri: string, options?: BgpPeersListOptionalParams) => PagedAsyncIterableIterator<BgpPeer, BgpPeer[], PageSettings>
Property Value
(resourceUri: string, options?: BgpPeersListOptionalParams) => PagedAsyncIterableIterator<BgpPeer, BgpPeer[], PageSettings>
Azure SDK for JavaScript