MicrosoftGraphSiteCollection Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphSiteCollection
- com.
Implements
public final class MicrosoftGraphSiteCollection
implements JsonSerializable<MicrosoftGraphSiteCollection>
siteCollection.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphSiteCollection() |
Creates an instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
additionalProperties()
Get the additional |
String |
dataLocationCode()
Get the data |
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
String |
hostname()
Get the hostname property: The hostname for the site collection. |
Map<String,Object> |
root()
Get the root property: root. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Microsoft |
withDataLocationCode(String dataLocationCode)
Set the data |
Microsoft |
withHostname(String hostname)
Set the hostname property: The hostname for the site collection. |
Microsoft |
withRoot(Map<String,Object> root)
Set the root property: root. |
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphSiteCollection
public MicrosoftGraphSiteCollection()
Creates an instance of MicrosoftGraphSiteCollection class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: siteCollection.
Returns:
dataLocationCode
public String dataLocationCode()
Get the dataLocationCode property: The geographic region code for where this site collection resides. Read-only.
Returns:
fromJson
public static MicrosoftGraphSiteCollection fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphSiteCollection from the JsonReader.
Parameters:
Returns:
Throws:
hostname
public String hostname()
Get the hostname property: The hostname for the site collection. Read-only.
Returns:
root
public Map
Get the root property: root.
Returns:
toJson
validate
public void validate()
Validates the instance.
withAdditionalProperties
public MicrosoftGraphSiteCollection withAdditionalProperties(Map
Set the additionalProperties property: siteCollection.
Parameters:
Returns:
withDataLocationCode
public MicrosoftGraphSiteCollection withDataLocationCode(String dataLocationCode)
Set the dataLocationCode property: The geographic region code for where this site collection resides. Read-only.
Parameters:
Returns:
withHostname
public MicrosoftGraphSiteCollection withHostname(String hostname)
Set the hostname property: The hostname for the site collection. Read-only.
Parameters:
Returns:
withRoot
public MicrosoftGraphSiteCollection withRoot(Map
Set the root property: root.
Parameters:
Returns:
Applies to
Azure SDK for Java