Get-AzVirtualNetwork
Hiermee haalt u een virtueel netwerk op in een resourcegroep.
Syntaxis
Get-AzVirtualNetwork
[-Name <String>]
[-ResourceGroupName <String>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzVirtualNetwork
-Name <String>
-ResourceGroupName <String>
-ExpandResource <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
De cmdlet Get-AzVirtualNetwork haalt een of meer virtuele netwerken op in een resourcegroep.
Voorbeelden
Voorbeeld 1: Een virtueel netwerk ophalen
Get-AzVirtualNetwork -Name MyVirtualNetwork -ResourceGroupName TestResourceGroup
Name : MyVirtualNetwork1
ResourceGroupName : TestResourceGroup
Location : eastus
Id : /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/TestResourceGroup
/providers/Microsoft.Network/virtualNetworks/MyVirtualNetwork1
Etag : W/"00000000-0000-0000-0000-000000000000"
ResourceGuid : 00000000-0000-0000-0000-000000000000
ProvisioningState : Succeeded
Tags :
AddressSpace : {
"AddressPrefixes": [
"xx.x.x.x/x"
]
}
DhcpOptions : {}
FlowTimeoutInMinutes : null
Subnets : []
VirtualNetworkPeerings : []
EnableDdosProtection : false
DdosProtectionPlan : null
Met deze opdracht wordt het virtuele netwerk MyVirtualNetwork in de resourcegroep TestResourceGroup ophaalt
Voorbeeld 2: Virtuele netwerken weergeven met behulp van filter
Get-AzVirtualNetwork -Name MyVirtualNetwork*
Name : MyVirtualNetwork1
ResourceGroupName : TestResourceGroup
Location : eastus
Id : /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/TestResourceGroup
/providers/Microsoft.Network/virtualNetworks/MyVirtualNetwork1
Etag : W/"00000000-0000-0000-0000-000000000000"
ResourceGuid : 00000000-0000-0000-0000-000000000000
ProvisioningState : Succeeded
Tags :
AddressSpace : {
"AddressPrefixes": [
"xx.x.x.x/x"
]
}
DhcpOptions : {}
FlowTimeoutInMinutes : null
Subnets : []
VirtualNetworkPeerings : []
EnableDdosProtection : false
DdosProtectionPlan : null
Met deze opdracht worden alle virtuele netwerken opgehaald die beginnen met 'MyVirtualNetwork'.
Parameters
-DefaultProfile
De referenties, het account, de tenant en het abonnement die worden gebruikt voor communicatie met Azure.
Type: | IAzureContextContainer |
Aliassen: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
Default value: | None |
Vereist: | False |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-ExpandResource
Type: | String |
Position: | Named |
Default value: | None |
Vereist: | True |
Pijplijninvoer accepteren: | True |
Jokertekens accepteren: | False |
-Name
Hiermee geeft u de naam op van het virtuele netwerk dat deze cmdlet ophaalt.
Type: | String |
Aliassen: | ResourceName |
Position: | Named |
Default value: | None |
Vereist: | True |
Pijplijninvoer accepteren: | True |
Jokertekens accepteren: | True |
-ResourceGroupName
Hiermee geeft u de naam op van de resourcegroep waartoe het virtuele netwerk behoort.
Type: | String |
Position: | Named |
Default value: | None |
Vereist: | True |
Pijplijninvoer accepteren: | True |
Jokertekens accepteren: | True |
Invoerwaarden
Uitvoerwaarden
Verwante koppelingen
Azure PowerShell