Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphVerifiedDomain
Packages that use MicrosoftGraphVerifiedDomain
Package
Description
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 MicrosoftGraphVerifiedDomainModifier and TypeMethodDescriptionMicrosoftGraphVerifiedDomain.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: verifiedDomain.MicrosoftGraphVerifiedDomain.withCapabilities(String capabilities) Set the capabilities property: For example, 'Email', 'OfficeCommunicationsOnline'.MicrosoftGraphVerifiedDomain.withIsDefault(Boolean isDefault) Set the isDefault property: true if this is the default domain associated with the tenant; otherwise, false.MicrosoftGraphVerifiedDomain.withIsInitial(Boolean isInitial) Set the isInitial property: true if this is the initial domain associated with the tenant; otherwise, false.Set the name property: The domain name; for example, 'contoso.onmicrosoft.com'.Set the type property: For example, 'Managed'.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphVerifiedDomainModifier and TypeMethodDescriptionMicrosoftGraphOrganization.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 MicrosoftGraphVerifiedDomainModifier and TypeMethodDescriptionMicrosoftGraphOrganization.withVerifiedDomains(List<MicrosoftGraphVerifiedDomain> verifiedDomains) Set the verifiedDomains property: The collection of domains associated with this tenant.