BrokerAuthenticationOperations interface

Schnittstelle, die eine BrokerAuthentication-Vorgänge darstellt.

Eigenschaften

createOrUpdate

Erstellen einer BrokerAuthenticationResource

delete

Löschen einer BrokerAuthenticationResource

get

Abrufen einer BrokerAuthenticationResource

listByResourceGroup

BrokerAuthenticationResource-Ressourcen nach BrokerResource auflisten

Details zur Eigenschaft

createOrUpdate

Erstellen einer BrokerAuthenticationResource

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

Eigenschaftswert

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

delete

Löschen einer BrokerAuthenticationResource

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

Eigenschaftswert

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

get

Abrufen einer BrokerAuthenticationResource

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

Eigenschaftswert

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

listByResourceGroup

BrokerAuthenticationResource-Ressourcen nach BrokerResource auflisten

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

Eigenschaftswert

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