New-AzWebAppDatabaseBackupSetting
建立新的 Azure Web 應用程式備份設定。
語法
New-AzWebAppDatabaseBackupSetting
[-Name] <String>
[-DatabaseType] <String>
[-ConnectionString] <String>
[[-ConnectionStringName] <String>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
New-AzWebAppDatabaseBackupSetting Cmdlet 會建立新的 Azure Web 應用程式備份設定。
範例
範例 1
New-AzWebAppDatabaseBackupSetting -Name "ContosoWebApp" -ConnectionString "MyConnectionString" -DatabaseType "SqlAzure"
為資源群組 Default-Web-WestUS 內的指定應用程式 ContosoWebApp 建立 SqlAzure 類型的資料庫備份設定(連接字串)。
範例 2
New-AzWebAppDatabaseBackupSetting Cmdlet 會建立新的 Azure Web 應用程式備份設定。 ( 自動產生 )
New-AzWebAppDatabaseBackupSetting -ConnectionString 'MyConnectionString' -ConnectionStringName <String> -DatabaseType 'SqlAzure' -Name 'ContosoWebApp'
參數
-ConnectionString
連接字串
類型: | String |
Position: | 2 |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-ConnectionStringName
連接字串名稱
類型: | String |
Position: | 3 |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |
-DatabaseType
資料庫類型 (例如 “SqlAzure” 或 “MySql” )
類型: | String |
Position: | 1 |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-DefaultProfile
用於與 azure 通訊的認證、帳戶、租用戶和訂用帳戶。
類型: | IAzureContextContainer |
別名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-Name
WebApp 名稱
類型: | String |
Position: | 0 |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |