Uses of Class
com.azure.resourcemanager.appcontainers.models.AzureActiveDirectoryLogin
-
Packages that use AzureActiveDirectoryLogin Package Description com.azure.resourcemanager.appcontainers.models Package containing the data models for ContainerAppsApiClient. -
-
Uses of AzureActiveDirectoryLogin in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return AzureActiveDirectoryLogin Modifier and Type Method Description AzureActiveDirectoryLogin
AzureActiveDirectory. login()
Get the login property: The configuration settings of the Azure Active Directory login flow.AzureActiveDirectoryLogin
AzureActiveDirectoryLogin. withDisableWwwAuthenticate(Boolean disableWwwAuthenticate)
Set the disableWwwAuthenticate property: <code>true</code> if the www-authenticate provider should be omitted from the request; otherwise, <code>false</code>.AzureActiveDirectoryLogin
AzureActiveDirectoryLogin. withLoginParameters(List<String> loginParameters)
Set the loginParameters property: Login parameters to send to the OpenID Connect authorization endpoint when a user logs in.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type AzureActiveDirectoryLogin Modifier and Type Method Description AzureActiveDirectory
AzureActiveDirectory. withLogin(AzureActiveDirectoryLogin login)
Set the login property: The configuration settings of the Azure Active Directory login flow.
-