Get-AzAksArcVirtualNetwork
Lists the virtual networks in the specified resource group
Syntax
Get-AzAksArcVirtualNetwork
[-SubscriptionId <String[]>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzAksArcVirtualNetwork
-ResourceGroupName <String>
[-SubscriptionId <String[]>]
-Name <String>
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzAksArcVirtualNetwork
-ResourceGroupName <String>
[-SubscriptionId <String[]>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzAksArcVirtualNetwork
-InputObject <IAksArcIdentity>
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Description
Lists the virtual networks in the specified resource group
Examples
Example 1: Get specific AksArc Virtual Network
Get-AzAksArcVirtualNetwork -Name "test-vnet-static" -ResourceGroupName "test-arcappliance-resgrp"
Get AksArc virtual network.
Example 2: List AksArc Virtual Networks
Get-AzAksArcVirtualNetwork -Name "test-vnet-static"
List all AksArc virtual networks in a resource group
Parameters
-DefaultProfile
The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.
Type: | PSObject |
Aliases: | AzureRMContext, AzureCredential |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-InputObject
Identity Parameter
Type: | IAksArcIdentity |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-Name
Parameter for the name of the virtual network
Type: | String |
Aliases: | VirtualNetworkName |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ResourceGroupName
The name of the resource group. The name is case insensitive.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-SubscriptionId
The ID of the target subscription. The value must be an UUID.
Type: | String[] |
Position: | Named |
Default value: | (Get-AzContext).Subscription.Id |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Inputs
Outputs
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.