Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphWebsiteType
-
Packages that use MicrosoftGraphWebsiteType Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphWebsiteType in com.azure.resourcemanager.authorization.fluent.models
Fields in com.azure.resourcemanager.authorization.fluent.models declared as MicrosoftGraphWebsiteType Modifier and Type Field Description static MicrosoftGraphWebsiteTypeMicrosoftGraphWebsiteType. BLOGStatic value blog for MicrosoftGraphWebsiteType.static MicrosoftGraphWebsiteTypeMicrosoftGraphWebsiteType. HOMEStatic value home for MicrosoftGraphWebsiteType.static MicrosoftGraphWebsiteTypeMicrosoftGraphWebsiteType. OTHERStatic value other for MicrosoftGraphWebsiteType.static MicrosoftGraphWebsiteTypeMicrosoftGraphWebsiteType. PROFILEStatic value profile for MicrosoftGraphWebsiteType.static MicrosoftGraphWebsiteTypeMicrosoftGraphWebsiteType. WORKStatic value work for MicrosoftGraphWebsiteType.Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphWebsiteType Modifier and Type Method Description static MicrosoftGraphWebsiteTypeMicrosoftGraphWebsiteType. fromString(String name)Creates or finds a MicrosoftGraphWebsiteType from its string representation.MicrosoftGraphWebsiteTypeMicrosoftGraphWebsite. type()Get the type property: The type property.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphWebsiteType Modifier and Type Method Description static Collection<MicrosoftGraphWebsiteType>MicrosoftGraphWebsiteType. values()Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphWebsiteType Modifier and Type Method Description MicrosoftGraphWebsiteMicrosoftGraphWebsite. withType(MicrosoftGraphWebsiteType type)Set the type property: The type property.
-