BrokerAuthenticationOperations interface
Interface que representa uma operação BrokerAuthentication.
Propriedades
| create |
Criar um BrokerAuthenticationResource |
| delete | Excluir um BrokerAuthenticationResource |
| get | Obter um BrokerAuthenticationResource |
| list |
Listar recursos BrokerAuthenticationResource por BrokerResource |
Detalhes de Propriedade
createOrUpdate
Criar um BrokerAuthenticationResource
createOrUpdate: (resourceGroupName: string, instanceName: string, brokerName: string, authenticationName: string, resource: BrokerAuthenticationResource, options?: BrokerAuthenticationCreateOrUpdateOptionalParams) => PollerLike<OperationState<BrokerAuthenticationResource>, BrokerAuthenticationResource>
Valor de Propriedade
(resourceGroupName: string, instanceName: string, brokerName: string, authenticationName: string, resource: BrokerAuthenticationResource, options?: BrokerAuthenticationCreateOrUpdateOptionalParams) => PollerLike<OperationState<BrokerAuthenticationResource>, BrokerAuthenticationResource>
delete
Excluir um BrokerAuthenticationResource
delete: (resourceGroupName: string, instanceName: string, brokerName: string, authenticationName: string, options?: BrokerAuthenticationDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Valor de Propriedade
(resourceGroupName: string, instanceName: string, brokerName: string, authenticationName: string, options?: BrokerAuthenticationDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Obter um BrokerAuthenticationResource
get: (resourceGroupName: string, instanceName: string, brokerName: string, authenticationName: string, options?: BrokerAuthenticationGetOptionalParams) => Promise<BrokerAuthenticationResource>
Valor de Propriedade
(resourceGroupName: string, instanceName: string, brokerName: string, authenticationName: string, options?: BrokerAuthenticationGetOptionalParams) => Promise<BrokerAuthenticationResource>
listByResourceGroup
Listar recursos BrokerAuthenticationResource por BrokerResource
listByResourceGroup: (resourceGroupName: string, instanceName: string, brokerName: string, options?: BrokerAuthenticationListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<BrokerAuthenticationResource, BrokerAuthenticationResource[], PageSettings>
Valor de Propriedade
(resourceGroupName: string, instanceName: string, brokerName: string, options?: BrokerAuthenticationListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<BrokerAuthenticationResource, BrokerAuthenticationResource[], PageSettings>