Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphLocationType
-
Packages that use MicrosoftGraphLocationType Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphLocationType in com.azure.resourcemanager.authorization.fluent.models
Fields in com.azure.resourcemanager.authorization.fluent.models declared as MicrosoftGraphLocationType Modifier and Type Field Description static MicrosoftGraphLocationTypeMicrosoftGraphLocationType. BUSINESS_ADDRESSStatic value businessAddress for MicrosoftGraphLocationType.static MicrosoftGraphLocationTypeMicrosoftGraphLocationType. CONFERENCE_ROOMStatic value conferenceRoom for MicrosoftGraphLocationType.static MicrosoftGraphLocationTypeMicrosoftGraphLocationType. DEFAULTStatic value default for MicrosoftGraphLocationType.static MicrosoftGraphLocationTypeMicrosoftGraphLocationType. GEO_COORDINATESStatic value geoCoordinates for MicrosoftGraphLocationType.static MicrosoftGraphLocationTypeMicrosoftGraphLocationType. HOME_ADDRESSStatic value homeAddress for MicrosoftGraphLocationType.static MicrosoftGraphLocationTypeMicrosoftGraphLocationType. HOTELStatic value hotel for MicrosoftGraphLocationType.static MicrosoftGraphLocationTypeMicrosoftGraphLocationType. LOCAL_BUSINESSStatic value localBusiness for MicrosoftGraphLocationType.static MicrosoftGraphLocationTypeMicrosoftGraphLocationType. POSTAL_ADDRESSStatic value postalAddress for MicrosoftGraphLocationType.static MicrosoftGraphLocationTypeMicrosoftGraphLocationType. RESTAURANTStatic value restaurant for MicrosoftGraphLocationType.static MicrosoftGraphLocationTypeMicrosoftGraphLocationType. STREET_ADDRESSStatic value streetAddress for MicrosoftGraphLocationType.Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphLocationType Modifier and Type Method Description static MicrosoftGraphLocationTypeMicrosoftGraphLocationType. fromString(String name)Creates or finds a MicrosoftGraphLocationType from its string representation.MicrosoftGraphLocationTypeMicrosoftGraphLocation. locationType()Get the locationType property: The locationType property.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphLocationType Modifier and Type Method Description static Collection<MicrosoftGraphLocationType>MicrosoftGraphLocationType. values()Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphLocationType Modifier and Type Method Description MicrosoftGraphLocationMicrosoftGraphLocation. withLocationType(MicrosoftGraphLocationType locationType)Set the locationType property: The locationType property.
-