Get-AzSqlInstanceStartStopSchedule
取得 Azure SQL 受控實例的啟動/停止排程
語法
Get-AzSqlInstanceStartStopSchedule
-InstanceName <String>
[-ResourceGroupName] <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzSqlInstanceStartStopSchedule
-InstanceModel <AzureSqlManagedInstanceModel>
[-ResourceGroupName] <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
取得 Azure SQL 受控實例的啟動/停止排程
範例
範例 1
Get-AzSqlInstanceStartStopSchedule -InstanceName instance-name -ResourceGroupName rg-name
Description TimeZoneId ScheduleList
----------- ---------- ------------
Central Europe Standard Time {Microsoft.Azure.Commands.Sql.ManagedInstanceSchedule.Model.ScheduleItem}
取得 rg-name 資源群組中實例名稱的啟動/停止排程。
參數
-DefaultProfile
用於與 Azure 通訊的認證、帳戶、租用戶和訂用帳戶。
類型: | IAzureContextContainer |
別名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-InstanceModel
實例模型輸入物件。
類型: | AzureSqlManagedInstanceModel |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-InstanceName
Azure SQL 受控實例的名稱
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-ResourceGroupName
資源群組的名稱。
類型: | String |
Position: | 0 |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
輸入
輸出
AzureSqlManagedInstanceScheduleModel