Freigeben über


Get-AzSqlInstanceStartStopSchedule

Abrufen des Start-/Stoppzeitplans für azure SQL Managed Instance

Syntax

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

Beschreibung

Abrufen des Start-/Stoppzeitplans für azure SQL Managed Instance

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

Die Anmeldeinformationen, Konten, Mandanten und Abonnements, die für die Kommunikation mit Azure verwendet werden.

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 der azure SQL Managed Instance

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