Get-AzSqlInstanceStartStopSchedule

Abrufen des Start-/Endzeitplans für Azure SQL verwaltete Instanz

Syntax

Get-AzSqlInstanceStartStopSchedule
   -InstanceName <String>
   [-ResourceGroupName] <String>
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]
Get-AzSqlInstanceStartStopSchedule
   -InstanceModel <AzureSqlManagedInstanceModel>
   [-ResourceGroupName] <String>
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]

Beschreibung

Abrufen des Start-/Endzeitplans für Azure SQL verwaltete Instanz

Beispiele

Beispiel 1

Get-AzSqlInstanceStartStopSchedule -InstanceName instance-name -ResourceGroupName rg-name

Description TimeZoneId                   ScheduleList
----------- ----------                   ------------
            Central Europe Standard Time {Microsoft.Azure.Commands.Sql.ManagedInstanceSchedule.Model.ScheduleItem}

Ruft start/stop schedule for instance-name in rg-name resource group.

Parameter

-DefaultProfile

Anmeldeinformationen, Konto, Mandant und Abonnement für die Kommunikation mit Azure

Typ:IAzureContextContainer
Aliase:AzContext, AzureRmContext, AzureCredential
Position:Named
Standardwert:None
Erforderlich:False
Pipelineeingabe akzeptieren:False
Platzhalterzeichen akzeptieren:False

-InstanceModel

Eingabeobjekt des Instanzmodells.

Typ:AzureSqlManagedInstanceModel
Position:Named
Standardwert:None
Erforderlich:True
Pipelineeingabe akzeptieren:True
Platzhalterzeichen akzeptieren:False

-InstanceName

Der Name des Azure SQL-verwaltete Instanz

Typ:String
Position:Named
Standardwert:None
Erforderlich:True
Pipelineeingabe akzeptieren:True
Platzhalterzeichen akzeptieren:False

-ResourceGroupName

Der Name der Ressourcengruppe.

Typ:String
Position:0
Standardwert:None
Erforderlich:True
Pipelineeingabe akzeptieren:True
Platzhalterzeichen akzeptieren:False

Eingaben

String

AzureSqlManagedInstanceModel

Ausgaben

AzureSqlManagedInstanceScheduleModel