Freigeben über


GeoBackupPoliciesOperationsExtensions.CreateOrUpdateAsync Methode

Definition

Updates eine Datenbank-Geosicherungsrichtlinie.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Fluent.Models.GeoBackupPolicyInner> CreateOrUpdateAsync (this Microsoft.Azure.Management.Sql.Fluent.IGeoBackupPoliciesOperations operations, string resourceGroupName, string serverName, string databaseName, Microsoft.Azure.Management.Sql.Fluent.Models.GeoBackupPolicyState state, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.Sql.Fluent.IGeoBackupPoliciesOperations * string * string * string * Microsoft.Azure.Management.Sql.Fluent.Models.GeoBackupPolicyState * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Fluent.Models.GeoBackupPolicyInner>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IGeoBackupPoliciesOperations, resourceGroupName As String, serverName As String, databaseName As String, state As GeoBackupPolicyState, Optional cancellationToken As CancellationToken = Nothing) As Task(Of GeoBackupPolicyInner)

Parameter

operations
IGeoBackupPoliciesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe, die die Ressource enthält. Dieser Wert kann über die Azure-Ressourcen-Manager-API oder das Portal abgerufen werden.

serverName
String

Name des Servers

databaseName
String

Der Name der Datenbank.

state
GeoBackupPolicyState

Der Status der Geosicherungsrichtlinie. Folgende Werte sind möglich: „Disabled“, „Enabled“

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: