Class MicrosoftGraphWebsite
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphWebsite
website.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: website.address()Get the address property: The URL of the website.Get the displayName property: The display name of the web site.type()Get the type property: websiteType.voidvalidate()Validates the instance.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: website.withAddress(String address) Set the address property: The URL of the website.withDisplayName(String displayName) Set the displayName property: The display name of the web site.Set the type property: websiteType.
-
Constructor Details
-
MicrosoftGraphWebsite
public MicrosoftGraphWebsite()Creates an instance of MicrosoftGraphWebsite class.
-
-
Method Details
-
address
Get the address property: The URL of the website.- Returns:
- the address value.
-
withAddress
Set the address property: The URL of the website.- Parameters:
address- the address value to set.- Returns:
- the MicrosoftGraphWebsite object itself.
-
displayName
Get the displayName property: The display name of the web site.- Returns:
- the displayName value.
-
withDisplayName
Set the displayName property: The display name of the web site.- Parameters:
displayName- the displayName value to set.- Returns:
- the MicrosoftGraphWebsite object itself.
-
type
Get the type property: websiteType.- Returns:
- the type value.
-
withType
Set the type property: websiteType.- Parameters:
type- the type value to set.- Returns:
- the MicrosoftGraphWebsite object itself.
-
additionalProperties
Get the additionalProperties property: website.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
Set the additionalProperties property: website.- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphWebsite object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-