Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphVerifiedDomain
-
Packages that use MicrosoftGraphVerifiedDomain Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphVerifiedDomain in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphVerifiedDomain Modifier and Type Method Description MicrosoftGraphVerifiedDomain
MicrosoftGraphVerifiedDomain. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: verifiedDomain.MicrosoftGraphVerifiedDomain
MicrosoftGraphVerifiedDomain. withCapabilities(String capabilities)
Set the capabilities property: For example, 'Email', 'OfficeCommunicationsOnline'.MicrosoftGraphVerifiedDomain
MicrosoftGraphVerifiedDomain. withIsDefault(Boolean isDefault)
Set the isDefault property: true if this is the default domain associated with the tenant; otherwise, false.MicrosoftGraphVerifiedDomain
MicrosoftGraphVerifiedDomain. withIsInitial(Boolean isInitial)
Set the isInitial property: true if this is the initial domain associated with the tenant; otherwise, false.MicrosoftGraphVerifiedDomain
MicrosoftGraphVerifiedDomain. withName(String name)
Set the name property: The domain name; for example, 'contoso.onmicrosoft.com'.MicrosoftGraphVerifiedDomain
MicrosoftGraphVerifiedDomain. withType(String type)
Set the type property: For example, 'Managed'.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphVerifiedDomain Modifier and Type Method Description List<MicrosoftGraphVerifiedDomain>
MicrosoftGraphOrganizationInner. verifiedDomains()
Get the verifiedDomains property: The collection of domains associated with this tenant.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphVerifiedDomain Modifier and Type Method Description MicrosoftGraphOrganizationInner
MicrosoftGraphOrganizationInner. withVerifiedDomains(List<MicrosoftGraphVerifiedDomain> verifiedDomains)
Set the verifiedDomains property: The collection of domains associated with this tenant.
-