Get-AzResourceManagementPrivateLink
Ruft azure Resource Management Private Link(s) ab
Syntax
Get-AzResourceManagementPrivateLink
[[-ResourceGroupName] <String>]
[[-Name] <String>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Beschreibung
Das Cmdlet Get-AzResourceManagementPrivateLink ruft einen bestimmten privaten Link zur Ressourcenverwaltung ab.
Beispiele
Beispiel 1
Get-AzResourceManagementPrivateLink -ResourceGroupName PrivateLinkTestRG -Name NewPL
Id : /subscriptions/aeb49941-36c3-4e7c-9ffd-16ba89d33ec4/resourceGroups/PrivateLinkTestRG/provi
ders/Microsoft.Authorization/resourceManagementPrivateLinks/NewPL
Type : Microsoft.Authorization/resourceManagementPrivateLinks
Name : NewPL
Location : centralus
PrivateEndpointConnections : {}
Rufen Sie die private Verknüpfung für die Ressourcenverwaltung mit den damit verbundenen privaten Endpunktverbindungen ab.
Beispiel 2
Get-AzResourceManagementPrivateLink
Id : /subscriptions/aeb49941-36c3-4e7c-9ffd-16ba89d33ec4/resourceGroups/PrivateLinkTestRG/provi
ders/Microsoft.Authorization/resourceManagementPrivateLinks/NewPL
Type : Microsoft.Authorization/resourceManagementPrivateLinks
Name : NewPL
Location : centralus
PrivateEndpointConnections : {}
Id : /subscriptions/aeb49941-36c3-4e7c-9ffd-16ba89d33ec4/resourceGroups/PrivateLinkTestRG/provi
ders/Microsoft.Authorization/resourceManagementPrivateLinks/NewPL2
Type : Microsoft.Authorization/resourceManagementPrivateLinks
Name : NewPL2
Location : centralus
PrivateEndpointConnections : {}
Ruft alle privaten Links zur Resoure-Verwaltung im Abonnementbereich ab.
Beispiel 3
Get-AzResourceManagementPrivateLink -ResourceGroupName PrivateLinkTestRG
Id : /subscriptions/aeb49941-36c3-4e7c-9ffd-16ba89d33ec4/resourceGroups/PrivateLinkTestRG/provi
ders/Microsoft.Authorization/resourceManagementPrivateLinks/NewPL
Type : Microsoft.Authorization/resourceManagementPrivateLinks
Name : NewPL
Location : centralus
PrivateEndpointConnections : {}
Id : /subscriptions/aeb49941-36c3-4e7c-9ffd-16ba89d33ec4/resourceGroups/PrivateLinkTestRG/provi
ders/Microsoft.Authorization/resourceManagementPrivateLinks/NewPL2
Type : Microsoft.Authorization/resourceManagementPrivateLinks
Name : NewPL2
Location : centralus
PrivateEndpointConnections : {}
Ruft alle privaten Links der Ressourcenverwaltung im Ressourcengruppenbereich ab.
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 |
-Name
Der Name des privaten Links.
Typ: | String |
Aliase: | PrivateLinkName |
Position: | 1 |
Standardwert: | None |
Erforderlich: | False |
Pipelineeingabe akzeptieren: | False |
Platzhalterzeichen akzeptieren: | False |
-ResourceGroupName
Der Name der Ressourcengruppe.
Typ: | String |
Position: | 0 |
Standardwert: | None |
Erforderlich: | False |
Pipelineeingabe akzeptieren: | False |
Platzhalterzeichen akzeptieren: | False |
Eingaben
None
Ausgaben
PSResourceManagementPrivateLink
Ähnliche Themen
Azure PowerShell