Delen via


ContainerAppsAuthConfigs interface

Interface die een ContainerAppsAuthConfigs vertegenwoordigt.

Methoden

createOrUpdate(string, string, string, AuthConfig, ContainerAppsAuthConfigsCreateOrUpdateOptionalParams)

Maak of werk de AuthConfig voor een container-app bij.

delete(string, string, string, ContainerAppsAuthConfigsDeleteOptionalParams)

Verwijder een verificatieconfiguratie van een container-app.

get(string, string, string, ContainerAppsAuthConfigsGetOptionalParams)

Een verificatieconfiguratie van een container-app ophalen.

listByContainerApp(string, string, ContainerAppsAuthConfigsListByContainerAppOptionalParams)

Haal de verificatieconfiguraties van de container-app op in een bepaalde resourcegroep.

Methodedetails

createOrUpdate(string, string, string, AuthConfig, ContainerAppsAuthConfigsCreateOrUpdateOptionalParams)

Maak of werk de AuthConfig voor een container-app bij.

function createOrUpdate(resourceGroupName: string, containerAppName: string, authConfigName: string, authConfigEnvelope: AuthConfig, options?: ContainerAppsAuthConfigsCreateOrUpdateOptionalParams): Promise<AuthConfig>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

containerAppName

string

Naam van de container-app.

authConfigName

string

Naam van de verificatieconfiguratie van de container-app.

authConfigEnvelope
AuthConfig

Eigenschappen die worden gebruikt voor het maken van een container-app-verificatieconfiguratie

Retouren

Promise<AuthConfig>

delete(string, string, string, ContainerAppsAuthConfigsDeleteOptionalParams)

Verwijder een verificatieconfiguratie van een container-app.

function delete(resourceGroupName: string, containerAppName: string, authConfigName: string, options?: ContainerAppsAuthConfigsDeleteOptionalParams): Promise<void>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

containerAppName

string

Naam van de container-app.

authConfigName

string

Naam van de verificatieconfiguratie van de container-app.

options
ContainerAppsAuthConfigsDeleteOptionalParams

De optiesparameters.

Retouren

Promise<void>

get(string, string, string, ContainerAppsAuthConfigsGetOptionalParams)

Een verificatieconfiguratie van een container-app ophalen.

function get(resourceGroupName: string, containerAppName: string, authConfigName: string, options?: ContainerAppsAuthConfigsGetOptionalParams): Promise<AuthConfig>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

containerAppName

string

Naam van de container-app.

authConfigName

string

Naam van de verificatieconfiguratie van de container-app.

options
ContainerAppsAuthConfigsGetOptionalParams

De optiesparameters.

Retouren

Promise<AuthConfig>

listByContainerApp(string, string, ContainerAppsAuthConfigsListByContainerAppOptionalParams)

Haal de verificatieconfiguraties van de container-app op in een bepaalde resourcegroep.

function listByContainerApp(resourceGroupName: string, containerAppName: string, options?: ContainerAppsAuthConfigsListByContainerAppOptionalParams): PagedAsyncIterableIterator<AuthConfig, AuthConfig[], PageSettings>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

containerAppName

string

Naam van de container-app.

Retouren