BrokerListenerOperations interface
Interface que representa uma operação BrokerListener.
Propriedades
| create |
Criar um BrokerListenerResource |
| delete | Excluir um BrokerListenerResource |
| get | Obtenha um BrokerListenerResource |
| list |
Listar recursos BrokerListenerResource por BrokerResource |
Detalhes de Propriedade
createOrUpdate
Criar um BrokerListenerResource
createOrUpdate: (resourceGroupName: string, instanceName: string, brokerName: string, listenerName: string, resource: BrokerListenerResource, options?: BrokerListenerCreateOrUpdateOptionalParams) => PollerLike<OperationState<BrokerListenerResource>, BrokerListenerResource>
Valor de Propriedade
(resourceGroupName: string, instanceName: string, brokerName: string, listenerName: string, resource: BrokerListenerResource, options?: BrokerListenerCreateOrUpdateOptionalParams) => PollerLike<OperationState<BrokerListenerResource>, BrokerListenerResource>
delete
Excluir um BrokerListenerResource
delete: (resourceGroupName: string, instanceName: string, brokerName: string, listenerName: string, options?: BrokerListenerDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Valor de Propriedade
(resourceGroupName: string, instanceName: string, brokerName: string, listenerName: string, options?: BrokerListenerDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Obtenha um BrokerListenerResource
get: (resourceGroupName: string, instanceName: string, brokerName: string, listenerName: string, options?: BrokerListenerGetOptionalParams) => Promise<BrokerListenerResource>
Valor de Propriedade
(resourceGroupName: string, instanceName: string, brokerName: string, listenerName: string, options?: BrokerListenerGetOptionalParams) => Promise<BrokerListenerResource>
listByResourceGroup
Listar recursos BrokerListenerResource por BrokerResource
listByResourceGroup: (resourceGroupName: string, instanceName: string, brokerName: string, options?: BrokerListenerListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<BrokerListenerResource, BrokerListenerResource[], PageSettings>
Valor de Propriedade
(resourceGroupName: string, instanceName: string, brokerName: string, options?: BrokerListenerListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<BrokerListenerResource, BrokerListenerResource[], PageSettings>