Uses of Class
com.azure.resourcemanager.appservice.models.AllowedPrincipals
Packages that use AllowedPrincipals
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of AllowedPrincipals in com.azure.resourcemanager.appservice.models
Classes in com.azure.resourcemanager.appservice.models that implement interfaces with type arguments of type AllowedPrincipalsModifier and TypeClassDescriptionfinal classThe configuration settings of the Azure Active Directory allowed principals.Methods in com.azure.resourcemanager.appservice.models that return AllowedPrincipalsModifier and TypeMethodDescriptionDefaultAuthorizationPolicy.allowedPrincipals()Get the allowedPrincipals property: The configuration settings of the Azure Active Directory allowed principals.static AllowedPrincipalsAllowedPrincipals.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AllowedPrincipals from the JsonReader.AllowedPrincipals.withGroups(List<String> groups) Set the groups property: The list of the allowed groups.AllowedPrincipals.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 AllowedPrincipalsModifier and TypeMethodDescriptionDefaultAuthorizationPolicy.withAllowedPrincipals(AllowedPrincipals allowedPrincipals) Set the allowedPrincipals property: The configuration settings of the Azure Active Directory allowed principals.