Delen via


Get-AzNginxDeployment

De NGINX-implementatie ophalen

Syntaxis

Get-AzNginxDeployment
   [-SubscriptionId <String[]>]
   [-DefaultProfile <PSObject>]
   [<CommonParameters>]
Get-AzNginxDeployment
   -Name <String>
   -ResourceGroupName <String>
   [-SubscriptionId <String[]>]
   [-DefaultProfile <PSObject>]
   [<CommonParameters>]
Get-AzNginxDeployment
   -ResourceGroupName <String>
   [-SubscriptionId <String[]>]
   [-DefaultProfile <PSObject>]
   [<CommonParameters>]
Get-AzNginxDeployment
   -InputObject <INginxIdentity>
   [-DefaultProfile <PSObject>]
   [<CommonParameters>]

Description

De NGINX-implementatie ophalen

Voorbeelden

Voorbeeld 1: Een NGINX-implementatie met de naam ophalen

Get-AzNginxDeployment -Name nginx-test -ResourceGroupName nginx-test-rg

Location      Name
--------      ----
westcentralus nginx-test

Met deze opdracht wordt een NGINX-implementatie in een resourcegroep ophaalt.

Voorbeeld 2: een lijst weergeven van alle NGINX-implementaties in een abonnement

Get-AzNginxDeployment

Location      Name
--------      ----
westcentralus nginx-test
westcentralus nginx-test1
eastus2       nginx-test2

Met deze opdracht worden alle NGINX-implementaties in een abonnement weergegeven.

Voorbeeld 3: alle NGINX-implementaties in een resourcegroep weergeven

Get-AzNginxDeployment -ResourceGroupName nginx-test-rg

Location      Name
--------      ----
westcentralus nginx-test
westcentralus nginx-test1

Met deze opdracht worden alle NGINX-implementaties in een resourcegroep weergegeven.

Parameters

-DefaultProfile

De parameter DefaultProfile is niet functioneel. Gebruik de parameter SubscriptionId indien beschikbaar als u de cmdlet uitvoert voor een ander abonnement.

Type:PSObject
Aliassen:AzureRMContext, AzureCredential
Position:Named
Default value:None
Vereist:False
Pijplijninvoer accepteren:False
Jokertekens accepteren:False

-InputObject

Identity Parameter To construct, zie DE SECTIE NOTES voor INPUTOBJECT-eigenschappen en maak een hash-tabel.

Type:INginxIdentity
Position:Named
Default value:None
Vereist:True
Pijplijninvoer accepteren:True
Jokertekens accepteren:False

-Name

De naam van de beoogde NGINX-implementatie

Type:String
Aliassen:DeploymentName
Position:Named
Default value:None
Vereist:True
Pijplijninvoer accepteren:False
Jokertekens accepteren:False

-ResourceGroupName

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

Type:String
Position:Named
Default value:None
Vereist:True
Pijplijninvoer accepteren:False
Jokertekens accepteren:False

-SubscriptionId

De id van het doelabonnement.

Type:String[]
Position:Named
Default value:(Get-AzContext).Subscription.Id
Vereist:False
Pijplijninvoer accepteren:False
Jokertekens accepteren:False

Invoerwaarden

INginxIdentity

Uitvoerwaarden

INginxDeployment