public class AllowedAudiencesValidation extends ProxyOnlyResource
| Constructor and Description |
|---|
AllowedAudiencesValidation() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
allowedAudiences()
Get the allowedAudiences property: The allowedAudiences property.
|
void |
validate()
Validates the instance.
|
AllowedAudiencesValidation |
withAllowedAudiences(List<String> allowedAudiences)
Set the allowedAudiences property: The allowedAudiences property.
|
AllowedAudiencesValidation |
withKind(String kind)
Set the kind property: Kind of resource.
|
kindpublic List<String> allowedAudiences()
public AllowedAudiencesValidation withAllowedAudiences(List<String> allowedAudiences)
allowedAudiences - the allowedAudiences value to set.public AllowedAudiencesValidation withKind(String kind)
withKind in class ProxyOnlyResourcekind - the kind value to set.public void validate()
validate in class ProxyOnlyResourceIllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.