次の方法で共有


GeoBackupPoliciesOperationsExtensions.CreateOrUpdate メソッド

定義

データベース geo バックアップ ポリシーを更新します。

public static Microsoft.Azure.Management.Sql.Models.GeoBackupPolicy CreateOrUpdate (this Microsoft.Azure.Management.Sql.IGeoBackupPoliciesOperations operations, string resourceGroupName, string serverName, string databaseName, Microsoft.Azure.Management.Sql.Models.GeoBackupPolicy parameters);
static member CreateOrUpdate : Microsoft.Azure.Management.Sql.IGeoBackupPoliciesOperations * string * string * string * Microsoft.Azure.Management.Sql.Models.GeoBackupPolicy -> Microsoft.Azure.Management.Sql.Models.GeoBackupPolicy
<Extension()>
Public Function CreateOrUpdate (operations As IGeoBackupPoliciesOperations, resourceGroupName As String, serverName As String, databaseName As String, parameters As GeoBackupPolicy) As GeoBackupPolicy

パラメーター

operations
IGeoBackupPoliciesOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。

serverName
String

サーバーの名前。

databaseName
String

データベースの名前。

parameters
GeoBackupPolicy

geo バックアップ ポリシーを作成または更新するために必要なパラメーター。

戻り値

適用対象