Uses of Class
com.azure.resourcemanager.sql.models.GeoBackupPolicyState
-
Packages that use GeoBackupPolicyState Package Description com.azure.resourcemanager.sql.fluent Package containing the service clients for SqlManagementClient.com.azure.resourcemanager.sql.fluent.models Package containing the inner data models for SqlManagementClient.com.azure.resourcemanager.sql.models Package containing the data models for SqlManagementClient. -
-
Uses of GeoBackupPolicyState in com.azure.resourcemanager.sql.fluent
Methods in com.azure.resourcemanager.sql.fluent with parameters of type GeoBackupPolicyState Modifier and Type Method Description GeoBackupPolicyInnerGeoBackupPoliciesClient. createOrUpdate(String resourceGroupName, String serverName, String databaseName, GeoBackupPolicyName geoBackupPolicyName, GeoBackupPolicyState state)Updates a database geo backup policy.Mono<GeoBackupPolicyInner>GeoBackupPoliciesClient. createOrUpdateAsync(String resourceGroupName, String serverName, String databaseName, GeoBackupPolicyName geoBackupPolicyName, GeoBackupPolicyState state)Updates a database geo backup policy.com.azure.core.http.rest.Response<GeoBackupPolicyInner>GeoBackupPoliciesClient. createOrUpdateWithResponse(String resourceGroupName, String serverName, String databaseName, GeoBackupPolicyName geoBackupPolicyName, GeoBackupPolicyState state, com.azure.core.util.Context context)Updates a database geo backup policy.Mono<com.azure.core.http.rest.Response<GeoBackupPolicyInner>>GeoBackupPoliciesClient. createOrUpdateWithResponseAsync(String resourceGroupName, String serverName, String databaseName, GeoBackupPolicyName geoBackupPolicyName, GeoBackupPolicyState state)Updates a database geo backup policy. -
Uses of GeoBackupPolicyState in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return GeoBackupPolicyState Modifier and Type Method Description GeoBackupPolicyStateGeoBackupPolicyInner. state()Get the state property: The state of the geo backup policy.Methods in com.azure.resourcemanager.sql.fluent.models with parameters of type GeoBackupPolicyState Modifier and Type Method Description GeoBackupPolicyInnerGeoBackupPolicyInner. 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 GeoBackupPolicyState Modifier and Type Method Description static GeoBackupPolicyStateGeoBackupPolicyState. fromString(String value)Parses a serialized value to a GeoBackupPolicyState instance.static GeoBackupPolicyStateGeoBackupPolicyState. valueOf(String name)Returns 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.
-