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 MicrosoftGraphWebsiteMicrosoftGraphWebsite. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: website.MicrosoftGraphWebsiteMicrosoftGraphWebsite. withAddress(String address)Set the address property: The URL of the website.MicrosoftGraphWebsiteMicrosoftGraphWebsite. withDisplayName(String displayName)Set the displayName property: The display name of the web site.MicrosoftGraphWebsiteMicrosoftGraphWebsite. 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 MicrosoftGraphPersonMicrosoftGraphPerson. withWebsites(List<MicrosoftGraphWebsite> websites)Set the websites property: The person's websites.
-