Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphWebsite
-
Packages that use MicrosoftGraphWebsite Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphWebsite in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphWebsite Modifier and Type Method Description MicrosoftGraphWebsite
MicrosoftGraphWebsite. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: website.MicrosoftGraphWebsite
MicrosoftGraphWebsite. withAddress(String address)
Set the address property: The URL of the website.MicrosoftGraphWebsite
MicrosoftGraphWebsite. withDisplayName(String displayName)
Set the displayName property: The display name of the web site.MicrosoftGraphWebsite
MicrosoftGraphWebsite. withType(MicrosoftGraphWebsiteType type)
Set the type property: The type property.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphWebsite Modifier and Type Method Description List<MicrosoftGraphWebsite>
MicrosoftGraphPerson. websites()
Get the websites property: The person's websites.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphWebsite Modifier and Type Method Description MicrosoftGraphPerson
MicrosoftGraphPerson. withWebsites(List<MicrosoftGraphWebsite> websites)
Set the websites property: The person's websites.
-