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 MicrosoftGraphVerifiedDomainMicrosoftGraphVerifiedDomain. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: verifiedDomain.MicrosoftGraphVerifiedDomainMicrosoftGraphVerifiedDomain. withCapabilities(String capabilities)Set the capabilities property: For example, 'Email', 'OfficeCommunicationsOnline'.MicrosoftGraphVerifiedDomainMicrosoftGraphVerifiedDomain. withIsDefault(Boolean isDefault)Set the isDefault property: true if this is the default domain associated with the tenant; otherwise, false.MicrosoftGraphVerifiedDomainMicrosoftGraphVerifiedDomain. withIsInitial(Boolean isInitial)Set the isInitial property: true if this is the initial domain associated with the tenant; otherwise, false.MicrosoftGraphVerifiedDomainMicrosoftGraphVerifiedDomain. withName(String name)Set the name property: The domain name; for example, 'contoso.onmicrosoft.com'.MicrosoftGraphVerifiedDomainMicrosoftGraphVerifiedDomain. 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 MicrosoftGraphOrganizationInnerMicrosoftGraphOrganizationInner. withVerifiedDomains(List<MicrosoftGraphVerifiedDomain> verifiedDomains)Set the verifiedDomains property: The collection of domains associated with this tenant.
-