Class MicrosoftGraphSiteCollection
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSiteCollection
-
public final class MicrosoftGraphSiteCollection extends Object
siteCollection.
-
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphSiteCollection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>additionalProperties()Get the additionalProperties property: siteCollection.StringdataLocationCode()Get the dataLocationCode property: The geographic region code for where this site collection resides.Stringhostname()Get the hostname property: The hostname for the site collection.Map<String,Object>root()Get the root property: root.voidvalidate()Validates the instance.MicrosoftGraphSiteCollectionwithAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: siteCollection.MicrosoftGraphSiteCollectionwithDataLocationCode(String dataLocationCode)Set the dataLocationCode property: The geographic region code for where this site collection resides.MicrosoftGraphSiteCollectionwithHostname(String hostname)Set the hostname property: The hostname for the site collection.MicrosoftGraphSiteCollectionwithRoot(Map<String,Object> root)Set the root property: root.
-
-
-
Method Detail
-
dataLocationCode
public String dataLocationCode()
Get the dataLocationCode property: The geographic region code for where this site collection resides. Read-only.- Returns:
- the dataLocationCode value.
-
withDataLocationCode
public MicrosoftGraphSiteCollection withDataLocationCode(String dataLocationCode)
Set the dataLocationCode property: The geographic region code for where this site collection resides. Read-only.- Parameters:
dataLocationCode- the dataLocationCode value to set.- Returns:
- the MicrosoftGraphSiteCollection object itself.
-
hostname
public String hostname()
Get the hostname property: The hostname for the site collection. Read-only.- Returns:
- the hostname value.
-
withHostname
public MicrosoftGraphSiteCollection withHostname(String hostname)
Set the hostname property: The hostname for the site collection. Read-only.- Parameters:
hostname- the hostname value to set.- Returns:
- the MicrosoftGraphSiteCollection object itself.
-
withRoot
public MicrosoftGraphSiteCollection withRoot(Map<String,Object> root)
Set the root property: root.- Parameters:
root- the root value to set.- Returns:
- the MicrosoftGraphSiteCollection object itself.
-
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: siteCollection.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphSiteCollection withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: siteCollection.- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphSiteCollection object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-