Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphAutomaticRepliesStatus
-
Packages that use MicrosoftGraphAutomaticRepliesStatus Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphAutomaticRepliesStatus in com.azure.resourcemanager.authorization.fluent.models
Fields in com.azure.resourcemanager.authorization.fluent.models declared as MicrosoftGraphAutomaticRepliesStatus Modifier and Type Field Description static MicrosoftGraphAutomaticRepliesStatusMicrosoftGraphAutomaticRepliesStatus. ALWAYS_ENABLEDStatic value alwaysEnabled for MicrosoftGraphAutomaticRepliesStatus.static MicrosoftGraphAutomaticRepliesStatusMicrosoftGraphAutomaticRepliesStatus. DISABLEDStatic value disabled for MicrosoftGraphAutomaticRepliesStatus.static MicrosoftGraphAutomaticRepliesStatusMicrosoftGraphAutomaticRepliesStatus. SCHEDULEDStatic value scheduled for MicrosoftGraphAutomaticRepliesStatus.Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphAutomaticRepliesStatus Modifier and Type Method Description static MicrosoftGraphAutomaticRepliesStatusMicrosoftGraphAutomaticRepliesStatus. fromString(String name)Creates or finds a MicrosoftGraphAutomaticRepliesStatus from its string representation.MicrosoftGraphAutomaticRepliesStatusMicrosoftGraphAutomaticRepliesSetting. status()Get the status property: The status property.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphAutomaticRepliesStatus Modifier and Type Method Description static Collection<MicrosoftGraphAutomaticRepliesStatus>MicrosoftGraphAutomaticRepliesStatus. values()Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphAutomaticRepliesStatus Modifier and Type Method Description MicrosoftGraphAutomaticRepliesSettingMicrosoftGraphAutomaticRepliesSetting. withStatus(MicrosoftGraphAutomaticRepliesStatus status)Set the status property: The status property.
-