Uses of Class
com.azure.resourcemanager.appservice.models.AzureActiveDirectory
-
Packages that use AzureActiveDirectory Package Description com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of AzureActiveDirectory in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return AzureActiveDirectory Modifier and Type Method Description AzureActiveDirectoryIdentityProviders. azureActiveDirectory()Get the azureActiveDirectory property: The configuration settings of the Azure Active directory provider.AzureActiveDirectoryAzureActiveDirectory. withEnabled(Boolean enabled)Set the enabled property: <code>false</code> if the Azure Active Directory provider should not be enabled despite the set registration; otherwise, <code>true</code>.AzureActiveDirectoryAzureActiveDirectory. withIsAutoProvisioned(Boolean isAutoProvisioned)Set the isAutoProvisioned property: Gets a value indicating whether the Azure AD configuration was auto-provisioned using 1st party tooling.AzureActiveDirectoryAzureActiveDirectory. withLogin(AzureActiveDirectoryLogin login)Set the login property: The configuration settings of the Azure Active Directory login flow.AzureActiveDirectoryAzureActiveDirectory. withRegistration(AzureActiveDirectoryRegistration registration)Set the registration property: The configuration settings of the Azure Active Directory app registration.AzureActiveDirectoryAzureActiveDirectory. withValidation(AzureActiveDirectoryValidation validation)Set the validation property: The configuration settings of the Azure Active Directory token validation flow.Methods in com.azure.resourcemanager.appservice.models with parameters of type AzureActiveDirectory Modifier and Type Method Description IdentityProvidersIdentityProviders. withAzureActiveDirectory(AzureActiveDirectory azureActiveDirectory)Set the azureActiveDirectory property: The configuration settings of the Azure Active directory provider.
-