Class MicrosoftGraphSiteCollection
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSiteCollection
siteCollection.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphSiteCollection class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: siteCollection.Get the dataLocationCode property: The geographic region code for where this site collection resides.hostname()Get the hostname property: The hostname for the site collection.root()Get the root property: root.voidvalidate()Validates the instance.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: siteCollection.withDataLocationCode(String dataLocationCode) Set the dataLocationCode property: The geographic region code for where this site collection resides.withHostname(String hostname) Set the hostname property: The hostname for the site collection.Set the root property: root.
-
Constructor Details
-
MicrosoftGraphSiteCollection
public MicrosoftGraphSiteCollection()Creates an instance of MicrosoftGraphSiteCollection class.
-
-
Method Details
-
dataLocationCode
Get the dataLocationCode property: The geographic region code for where this site collection resides. Read-only.- Returns:
- the dataLocationCode value.
-
withDataLocationCode
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
Get the hostname property: The hostname for the site collection. Read-only.- Returns:
- the hostname value.
-
withHostname
Set the hostname property: The hostname for the site collection. Read-only.- Parameters:
hostname- the hostname value to set.- Returns:
- the MicrosoftGraphSiteCollection object itself.
-
root
Get the root property: root.- Returns:
- the root value.
-
withRoot
Set the root property: root.- Parameters:
root- the root value to set.- Returns:
- the MicrosoftGraphSiteCollection object itself.
-
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.
-