Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphOnlineMeetingProviderType
Packages that use MicrosoftGraphOnlineMeetingProviderType
Package
Description
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 MicrosoftGraphOnlineMeetingProviderTypeModifier and TypeFieldDescriptionstatic final MicrosoftGraphOnlineMeetingProviderTypeMicrosoftGraphOnlineMeetingProviderType.SKYPE_FOR_BUSINESSStatic value skypeForBusiness for MicrosoftGraphOnlineMeetingProviderType.static final MicrosoftGraphOnlineMeetingProviderTypeMicrosoftGraphOnlineMeetingProviderType.SKYPE_FOR_CONSUMERStatic value skypeForConsumer for MicrosoftGraphOnlineMeetingProviderType.static final MicrosoftGraphOnlineMeetingProviderTypeMicrosoftGraphOnlineMeetingProviderType.TEAMS_FOR_BUSINESSStatic value teamsForBusiness for MicrosoftGraphOnlineMeetingProviderType.static final MicrosoftGraphOnlineMeetingProviderTypeMicrosoftGraphOnlineMeetingProviderType.UNKNOWNStatic value unknown for MicrosoftGraphOnlineMeetingProviderType.Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphOnlineMeetingProviderTypeModifier and TypeMethodDescriptionMicrosoftGraphCalendar.defaultOnlineMeetingProvider()Get the defaultOnlineMeetingProvider property: onlineMeetingProviderType.MicrosoftGraphOnlineMeetingProviderType.fromString(String name) Creates or finds a MicrosoftGraphOnlineMeetingProviderType from its string representation.MicrosoftGraphEvent.onlineMeetingProvider()Get the onlineMeetingProvider property: onlineMeetingProviderType.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphOnlineMeetingProviderTypeModifier and TypeMethodDescriptionMicrosoftGraphCalendar.allowedOnlineMeetingProviders()Get the allowedOnlineMeetingProviders property: Represent the online meeting service providers that can be used to create online meetings in this calendar.MicrosoftGraphOnlineMeetingProviderType.values()Gets known MicrosoftGraphOnlineMeetingProviderType values.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphOnlineMeetingProviderTypeModifier and TypeMethodDescriptionMicrosoftGraphCalendar.withDefaultOnlineMeetingProvider(MicrosoftGraphOnlineMeetingProviderType defaultOnlineMeetingProvider) Set the defaultOnlineMeetingProvider property: onlineMeetingProviderType.MicrosoftGraphEvent.withOnlineMeetingProvider(MicrosoftGraphOnlineMeetingProviderType onlineMeetingProvider) Set the onlineMeetingProvider property: onlineMeetingProviderType.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphOnlineMeetingProviderTypeModifier and TypeMethodDescriptionMicrosoftGraphCalendar.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.