Get-AzAutomationModule
Ruft Metadaten für Module aus der Automatisierung ab.
Syntax
Get-AzAutomationModule
[-RuntimeVersion <String>]
[-ResourceGroupName] <String>
[-AutomationAccountName] <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzAutomationModule
[-Name] <String>
[-RuntimeVersion <String>]
[-ResourceGroupName] <String>
[-AutomationAccountName] <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Beschreibung
Das Cmdlet "Get-AzAutomationModule " ruft Metadaten für Module aus Azure Automation ab.
Beispiele
Beispiel 1: Abrufen aller Module
Get-AzAutomationModule -AutomationAccountName "Contoso17" -ResourceGroupName "ResourceGroup01"
Dieser Befehl ruft alle Module im Automatisierungskonto namens Contoso17 ab.
Beispiel 2: Abrufen eines Moduls
Get-AzAutomationModule -AutomationAccountName "Contoso17" -Name "ContosoModule" -ResourceGroupName "ResourceGroup01"
Dieser Befehl ruft ein Modul namens ContosoModule im Automatisierungskonto namens Contoso17 ab.
Parameter
-AutomationAccountName
Gibt den Namen des Automatisierungskontos an, für das dieses Cmdlet Modulmetadaten abruft.
Typ: | String |
Position: | 1 |
Standardwert: | None |
Erforderlich: | True |
Pipelineeingabe akzeptieren: | True |
Platzhalterzeichen akzeptieren: | False |
-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 |
-Name
Gibt den Namen des Moduls an, für das dieses Cmdlet Metadaten abruft.
Typ: | String |
Position: | 2 |
Standardwert: | None |
Erforderlich: | True |
Pipelineeingabe akzeptieren: | True |
Platzhalterzeichen akzeptieren: | False |
-ResourceGroupName
Gibt den Namen einer Ressourcengruppe an, für die dieses Cmdlet Modulmetadaten abruft.
Typ: | String |
Position: | 0 |
Standardwert: | None |
Erforderlich: | True |
Pipelineeingabe akzeptieren: | True |
Platzhalterzeichen akzeptieren: | False |
-RuntimeVersion
Laufzeitumgebung des Moduls
Typ: | String |
Zulässige Werte: | 5.1, 7.2 |
Position: | Named |
Standardwert: | None |
Erforderlich: | False |
Pipelineeingabe akzeptieren: | False |
Platzhalterzeichen akzeptieren: | False |