Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphExternalAudienceScope
-
Packages that use MicrosoftGraphExternalAudienceScope Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphExternalAudienceScope in com.azure.resourcemanager.authorization.fluent.models
Fields in com.azure.resourcemanager.authorization.fluent.models declared as MicrosoftGraphExternalAudienceScope Modifier and Type Field Description static MicrosoftGraphExternalAudienceScopeMicrosoftGraphExternalAudienceScope. ALLStatic value all for MicrosoftGraphExternalAudienceScope.static MicrosoftGraphExternalAudienceScopeMicrosoftGraphExternalAudienceScope. CONTACTS_ONLYStatic value contactsOnly for MicrosoftGraphExternalAudienceScope.static MicrosoftGraphExternalAudienceScopeMicrosoftGraphExternalAudienceScope. NONEStatic value none for MicrosoftGraphExternalAudienceScope.Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphExternalAudienceScope Modifier and Type Method Description MicrosoftGraphExternalAudienceScopeMicrosoftGraphAutomaticRepliesSetting. externalAudience()Get the externalAudience property: The externalAudience property.static MicrosoftGraphExternalAudienceScopeMicrosoftGraphExternalAudienceScope. fromString(String name)Creates or finds a MicrosoftGraphExternalAudienceScope from its string representation.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphExternalAudienceScope Modifier and Type Method Description static Collection<MicrosoftGraphExternalAudienceScope>MicrosoftGraphExternalAudienceScope. values()Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphExternalAudienceScope Modifier and Type Method Description MicrosoftGraphAutomaticRepliesSettingMicrosoftGraphAutomaticRepliesSetting. withExternalAudience(MicrosoftGraphExternalAudienceScope externalAudience)Set the externalAudience property: The externalAudience property.
-