BrokerListenerOperations interface
BrokerListener işlemlerini temsil eden arabirim.
Özellikler
| create |
BrokerListenerResource oluşturma |
| delete | BrokerListenerResource Silme |
| get | BrokerListenerResource Alma |
| list |
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
BrokerListenerResource Silme
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>