Megosztás:


BrokerListenerOperations interface

BrokerListener-műveleteket képviselő felület.

Tulajdonságok

createOrUpdate

BrokerListenerResource létrehozása

delete

BrokerListenerResource törlése

get

BrokerListenerResource lekérése

listByResourceGroup

BrokerListenerResource-erőforrások listázása BrokerResource szerint

Tulajdonság adatai

createOrUpdate

BrokerListenerResource létrehozása

createOrUpdate: (resourceGroupName: string, instanceName: string, brokerName: string, listenerName: string, resource: BrokerListenerResource, options?: BrokerListenerCreateOrUpdateOptionalParams) => PollerLike<OperationState<BrokerListenerResource>, BrokerListenerResource>

Tulajdonság értéke

(resourceGroupName: string, instanceName: string, brokerName: string, listenerName: string, resource: BrokerListenerResource, options?: BrokerListenerCreateOrUpdateOptionalParams) => PollerLike<OperationState<BrokerListenerResource>, BrokerListenerResource>

delete

BrokerListenerResource törlése

delete: (resourceGroupName: string, instanceName: string, brokerName: string, listenerName: string, options?: BrokerListenerDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Tulajdonság értéke

(resourceGroupName: string, instanceName: string, brokerName: string, listenerName: string, options?: BrokerListenerDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

BrokerListenerResource lekérése

get: (resourceGroupName: string, instanceName: string, brokerName: string, listenerName: string, options?: BrokerListenerGetOptionalParams) => Promise<BrokerListenerResource>

Tulajdonság értéke

(resourceGroupName: string, instanceName: string, brokerName: string, listenerName: string, options?: BrokerListenerGetOptionalParams) => Promise<BrokerListenerResource>

listByResourceGroup

BrokerListenerResource-erőforrások listázása BrokerResource szerint

listByResourceGroup: (resourceGroupName: string, instanceName: string, brokerName: string, options?: BrokerListenerListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<BrokerListenerResource, BrokerListenerResource[], PageSettings>

Tulajdonság értéke

(resourceGroupName: string, instanceName: string, brokerName: string, options?: BrokerListenerListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<BrokerListenerResource, BrokerListenerResource[], PageSettings>