BrokerListenerOperations interface

BrokerListener işlemlerini temsil eden arabirim.

Özellikler

createOrUpdate

BrokerListenerResource oluşturma

delete
get

BrokerListenerResource Alma

listByResourceGroup

BrokerResource'a göre BrokerListenerResource kaynaklarını listeleme

Özellik Ayrıntıları

createOrUpdate

BrokerListenerResource oluşturma

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

Özellik Değeri

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

delete

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

Özellik Değeri

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

get

BrokerListenerResource Alma

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

Özellik Değeri

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

listByResourceGroup

BrokerResource'a göre BrokerListenerResource kaynaklarını listeleme

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

Özellik Değeri

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