Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSiteCollection
-
Packages that use MicrosoftGraphSiteCollection Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphSiteCollection in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphSiteCollection Modifier and Type Method Description MicrosoftGraphSiteCollection
MicrosoftGraphSite. siteCollection()
Get the siteCollection property: siteCollection.MicrosoftGraphSiteCollection
MicrosoftGraphSiteCollection. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: siteCollection.MicrosoftGraphSiteCollection
MicrosoftGraphSiteCollection. withDataLocationCode(String dataLocationCode)
Set the dataLocationCode property: The geographic region code for where this site collection resides.MicrosoftGraphSiteCollection
MicrosoftGraphSiteCollection. withHostname(String hostname)
Set the hostname property: The hostname for the site collection.MicrosoftGraphSiteCollection
MicrosoftGraphSiteCollection. withRoot(Map<String,Object> root)
Set the root property: root.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphSiteCollection Modifier and Type Method Description MicrosoftGraphSite
MicrosoftGraphSite. withSiteCollection(MicrosoftGraphSiteCollection siteCollection)
Set the siteCollection property: siteCollection.
-