Uses of Enum
com.azure.resourcemanager.sql.models.GeoBackupPolicyState
Packages that use GeoBackupPolicyState
Package
Description
Package containing the inner data models for SqlManagementClient.
Package containing the data models for SqlManagementClient.
-
Uses of GeoBackupPolicyState in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return GeoBackupPolicyStateModifier and TypeMethodDescriptionGeoBackupPolicyInner.state()Get the state property: The state of the geo backup policy.GeoBackupPolicyProperties.state()Get the state property: The state of the geo backup policy.Methods in com.azure.resourcemanager.sql.fluent.models with parameters of type GeoBackupPolicyStateModifier and TypeMethodDescriptionGeoBackupPolicyInner.withState(GeoBackupPolicyState state) Set the state property: The state of the geo backup policy.GeoBackupPolicyProperties.withState(GeoBackupPolicyState state) Set the state property: The state of the geo backup policy. -
Uses of GeoBackupPolicyState in com.azure.resourcemanager.sql.models
Methods in com.azure.resourcemanager.sql.models that return GeoBackupPolicyStateModifier and TypeMethodDescriptionstatic GeoBackupPolicyStateGeoBackupPolicyState.fromString(String value) Parses a serialized value to a GeoBackupPolicyState instance.static GeoBackupPolicyStateReturns the enum constant of this type with the specified name.static GeoBackupPolicyState[]GeoBackupPolicyState.values()Returns an array containing the constants of this enum type, in the order they are declared.