Megosztás:


BrokerAuthenticationOperations interface

BrokerAuthentication-műveleteket képviselő felület.

Tulajdonságok

createOrUpdate

BrokerAuthenticationResource létrehozása

delete

BrokerAuthenticationResource törlése

get

BrokerAuthenticationResource lekérése

listByResourceGroup

BrokerAuthenticationResource-erőforrások listázása BrokerResource szerint

Tulajdonság adatai

createOrUpdate

BrokerAuthenticationResource létrehozása

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

Tulajdonság értéke

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

delete

BrokerAuthenticationResource törlése

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

Tulajdonság értéke

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

get

BrokerAuthenticationResource lekérése

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

Tulajdonság értéke

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

listByResourceGroup

BrokerAuthenticationResource-erőforrások listázása BrokerResource szerint

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

Tulajdonság értéke

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