Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphWebsite
Packages that use MicrosoftGraphWebsite
Package
Description
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 MicrosoftGraphWebsiteModifier and TypeMethodDescriptionMicrosoftGraphWebsite.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: website.MicrosoftGraphWebsite.withAddress(String address) Set the address property: The URL of the website.MicrosoftGraphWebsite.withDisplayName(String displayName) Set the displayName property: The display name of the web site.MicrosoftGraphWebsite.withType(MicrosoftGraphWebsiteType type) Set the type property: websiteType.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphWebsiteModifier and TypeMethodDescriptionMicrosoftGraphPerson.websites()Get the websites property: The person's websites.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphWebsiteModifier and TypeMethodDescriptionMicrosoftGraphPerson.withWebsites(List<MicrosoftGraphWebsite> websites) Set the websites property: The person's websites.