BrokerAuthenticationOperations interface

Interfejs reprezentujący operacje BrokerAuthentication.

Właściwości

createOrUpdate

Tworzenie brokeraAuthenticationResource

delete
get

Uzyskiwanie brokeraAuthenticationResource

listByResourceGroup

Lista zasobów BrokerAuthenticationResource firmy BrokerResource

Szczegóły właściwości

createOrUpdate

Tworzenie brokeraAuthenticationResource

createOrUpdate: (resourceGroupName: string, instanceName: string, brokerName: string, authenticationName: string, resource: BrokerAuthenticationResource, options?: BrokerAuthenticationCreateOrUpdateOptionalParams) => PollerLike<OperationState<BrokerAuthenticationResource>, BrokerAuthenticationResource>

Wartość właściwości

(resourceGroupName: string, instanceName: string, brokerName: string, authenticationName: string, resource: BrokerAuthenticationResource, options?: BrokerAuthenticationCreateOrUpdateOptionalParams) => PollerLike<OperationState<BrokerAuthenticationResource>, BrokerAuthenticationResource>

delete

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

Wartość właściwości

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

get

Uzyskiwanie brokeraAuthenticationResource

get: (resourceGroupName: string, instanceName: string, brokerName: string, authenticationName: string, options?: BrokerAuthenticationGetOptionalParams) => Promise<BrokerAuthenticationResource>

Wartość właściwości

(resourceGroupName: string, instanceName: string, brokerName: string, authenticationName: string, options?: BrokerAuthenticationGetOptionalParams) => Promise<BrokerAuthenticationResource>

listByResourceGroup

Lista zasobów BrokerAuthenticationResource firmy BrokerResource

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

Wartość właściwości

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