Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphOnlineMeetingProviderType
-
Packages that use MicrosoftGraphOnlineMeetingProviderType Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphOnlineMeetingProviderType in com.azure.resourcemanager.authorization.fluent.models
Fields in com.azure.resourcemanager.authorization.fluent.models declared as MicrosoftGraphOnlineMeetingProviderType Modifier and Type Field Description static MicrosoftGraphOnlineMeetingProviderTypeMicrosoftGraphOnlineMeetingProviderType. SKYPE_FOR_BUSINESSStatic value skypeForBusiness for MicrosoftGraphOnlineMeetingProviderType.static MicrosoftGraphOnlineMeetingProviderTypeMicrosoftGraphOnlineMeetingProviderType. SKYPE_FOR_CONSUMERStatic value skypeForConsumer for MicrosoftGraphOnlineMeetingProviderType.static MicrosoftGraphOnlineMeetingProviderTypeMicrosoftGraphOnlineMeetingProviderType. TEAMS_FOR_BUSINESSStatic value teamsForBusiness for MicrosoftGraphOnlineMeetingProviderType.static MicrosoftGraphOnlineMeetingProviderTypeMicrosoftGraphOnlineMeetingProviderType. UNKNOWNStatic value unknown for MicrosoftGraphOnlineMeetingProviderType.Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphOnlineMeetingProviderType Modifier and Type Method Description MicrosoftGraphOnlineMeetingProviderTypeMicrosoftGraphCalendar. defaultOnlineMeetingProvider()Get the defaultOnlineMeetingProvider property: The defaultOnlineMeetingProvider property.static MicrosoftGraphOnlineMeetingProviderTypeMicrosoftGraphOnlineMeetingProviderType. fromString(String name)Creates or finds a MicrosoftGraphOnlineMeetingProviderType from its string representation.MicrosoftGraphOnlineMeetingProviderTypeMicrosoftGraphEvent. onlineMeetingProvider()Get the onlineMeetingProvider property: The onlineMeetingProvider property.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphOnlineMeetingProviderType Modifier and Type Method Description List<MicrosoftGraphOnlineMeetingProviderType>MicrosoftGraphCalendar. allowedOnlineMeetingProviders()Get the allowedOnlineMeetingProviders property: Represent the online meeting service providers that can be used to create online meetings in this calendar.static Collection<MicrosoftGraphOnlineMeetingProviderType>MicrosoftGraphOnlineMeetingProviderType. values()Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphOnlineMeetingProviderType Modifier and Type Method Description MicrosoftGraphCalendarMicrosoftGraphCalendar. withDefaultOnlineMeetingProvider(MicrosoftGraphOnlineMeetingProviderType defaultOnlineMeetingProvider)Set the defaultOnlineMeetingProvider property: The defaultOnlineMeetingProvider property.MicrosoftGraphEventMicrosoftGraphEvent. withOnlineMeetingProvider(MicrosoftGraphOnlineMeetingProviderType onlineMeetingProvider)Set the onlineMeetingProvider property: The onlineMeetingProvider property.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphOnlineMeetingProviderType Modifier and Type Method Description MicrosoftGraphCalendarMicrosoftGraphCalendar. withAllowedOnlineMeetingProviders(List<MicrosoftGraphOnlineMeetingProviderType> allowedOnlineMeetingProviders)Set the allowedOnlineMeetingProviders property: Represent the online meeting service providers that can be used to create online meetings in this calendar.
-