Uses of Class
com.azure.resourcemanager.appservice.models.AllowedPrincipals
-
Packages that use AllowedPrincipals Package Description com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of AllowedPrincipals in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return AllowedPrincipals Modifier and Type Method Description AllowedPrincipalsDefaultAuthorizationPolicy. allowedPrincipals()Get the allowedPrincipals property: The configuration settings of the Azure Active Directory allowed principals.AllowedPrincipalsAllowedPrincipals. withGroups(List<String> groups)Set the groups property: The list of the allowed groups.AllowedPrincipalsAllowedPrincipals. withIdentities(List<String> identities)Set the identities property: The list of the allowed identities.Methods in com.azure.resourcemanager.appservice.models with parameters of type AllowedPrincipals Modifier and Type Method Description DefaultAuthorizationPolicyDefaultAuthorizationPolicy. withAllowedPrincipals(AllowedPrincipals allowedPrincipals)Set the allowedPrincipals property: The configuration settings of the Azure Active Directory allowed principals.
-