BgpPeersOperations interface

BgpPeers işlemlerini temsil eden arabirim.

Özellikler

createOrUpdate

BgpPeer oluşturma

delete

BgpPeer silme

get

BgpPeer alma

list

BgpPeer kaynaklarını üst öğeye göre listeleme

Özellik Ayrıntıları

createOrUpdate

BgpPeer oluşturma

createOrUpdate: (resourceUri: string, bgpPeerName: string, resource: BgpPeer, options?: BgpPeersCreateOrUpdateOptionalParams) => PollerLike<OperationState<BgpPeer>, BgpPeer>

Özellik Değeri

(resourceUri: string, bgpPeerName: string, resource: BgpPeer, options?: BgpPeersCreateOrUpdateOptionalParams) => PollerLike<OperationState<BgpPeer>, BgpPeer>

delete

BgpPeer silme

delete: (resourceUri: string, bgpPeerName: string, options?: BgpPeersDeleteOptionalParams) => Promise<void>

Özellik Değeri

(resourceUri: string, bgpPeerName: string, options?: BgpPeersDeleteOptionalParams) => Promise<void>

get

BgpPeer alma

get: (resourceUri: string, bgpPeerName: string, options?: BgpPeersGetOptionalParams) => Promise<BgpPeer>

Özellik Değeri

(resourceUri: string, bgpPeerName: string, options?: BgpPeersGetOptionalParams) => Promise<BgpPeer>

list

BgpPeer kaynaklarını üst öğeye göre listeleme

list: (resourceUri: string, options?: BgpPeersListOptionalParams) => PagedAsyncIterableIterator<BgpPeer, BgpPeer[], PageSettings>

Özellik Değeri

(resourceUri: string, options?: BgpPeersListOptionalParams) => PagedAsyncIterableIterator<BgpPeer, BgpPeer[], PageSettings>