Get-AzNetworkManagerSubscriptionConnection
Gets a network manager subscription connection.
Syntax
Get-AzNetworkManagerSubscriptionConnection
[-Name <String>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzNetworkManagerSubscriptionConnection
-Name <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
The Get-AzNetworkManagerSubscriptionConnection cmdlet gets a network manager subscription connection.
Examples
Example 1
Get-AzNetworkManagerSubscriptionConnection -Name "subConnection"
NetworkManagerId : /subscriptions/f0dc2b34-dfad-40e4-83e0-2309fed8d00b/resourceGroups/psResourceGroup/providers/Microsoft.Network/networkManagers/psNetworkManager
ConnectionState : Conflict
DisplayName :
Description : new description
Type : Microsoft.Network/networkManagerConnections
ProvisioningState :
SystemData :
SystemDataText : null
Name : subConnection
Etag :
Id : /subscriptions/f0dc2b34-dfad-40e4-83e0-2309fed8d00b/providers/Microsoft.Network/networkManagerConnections/subConnection
Gets a network manager connection on a subscription.
Example 2
Get-AzNetworkManagerSubscriptionConnection
NetworkManagerId : /subscriptions/f0dc2b34-dfad-40e4-83e0-2309fed8d00b/resourceGroups/psResourceGroup/providers/Microsoft.Network/networkManagers/psNetworkManager
ConnectionState : Conflict
DisplayName :
Description : new description
Type : Microsoft.Network/networkManagerConnections
ProvisioningState :
SystemData :
SystemDataText : null
Name : subConnection
Etag :
Id : /subscriptions/f0dc2b34-dfad-40e4-83e0-2309fed8d00b/providers/Microsoft.Network/networkManagerConnections/subConnection
NetworkManagerId : /subscriptions/f0dc2b34-dfad-40e4-83e0-2309fed8d00b/resourceGroups/psResourceGroup/providers/Microsoft.Network/networkManagers/psNetworkManager2
ConnectionState : Conflict
DisplayName :
Description : SampleDescription
Type : Microsoft.Network/networkManagerConnections
ProvisioningState :
SystemData :
SystemDataText : null
Name : subConnection2
Etag :
Id : /subscriptions/f0dc2b34-dfad-40e4-83e0-2309fed8d00b/providers/Microsoft.Network/networkManagerConnections/subConnection2
Gets all network manager connections on a subscription.
Parameters
-DefaultProfile
The credentials, account, tenant, and subscription used for communication with Azure.
Type: | IAzureContextContainer |
Aliases: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Name
The resource name.
Type: | String |
Aliases: | ResourceName |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | True |
Inputs
Outputs
Related Links
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure PowerShell