| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
AllowedPrincipals |
DefaultAuthorizationPolicy.allowedPrincipals()
Get the allowedPrincipals property: The configuration settings of the Azure Active Directory allowed principals.
|
AllowedPrincipals |
AllowedPrincipals.withGroups(List<String> groups)
Set the groups property: The list of the allowed groups.
|
AllowedPrincipals |
AllowedPrincipals.withIdentities(List<String> identities)
Set the identities property: The list of the allowed identities.
|
| Modifier and Type | Method and Description |
|---|---|
DefaultAuthorizationPolicy |
DefaultAuthorizationPolicy.withAllowedPrincipals(AllowedPrincipals allowedPrincipals)
Set the allowedPrincipals property: The configuration settings of the Azure Active Directory allowed principals.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.