Get-AzConnectedNetworkSecurityPerimeterConfiguration
Gets the network security perimeter configuration for a private link scope.
Syntax
List (Default)
Get-AzConnectedNetworkSecurityPerimeterConfiguration
-ResourceGroupName <String>
-ScopeName <String>
[-SubscriptionId <String[]>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get
Get-AzConnectedNetworkSecurityPerimeterConfiguration
-ResourceGroupName <String>
-ScopeName <String>
-PerimeterName <String>
[-SubscriptionId <String[]>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Description
Gets the network security perimeter configuration for a private link scope.
Examples
Example 1: Get network security perimeter of a private link scope
Get-AzConnectedNetworkSecurityPerimeterConfiguration -ResourceGroupName $env.ResourceGroupNameNSP -ScopeName $env.PrivateLinkScopeNameNSP
Id : /subscriptions/********-****-****-****-**********/resourceGroups/adrie
lk_test/providers/Microsoft.HybridCompute/privateLinkScopes/adrielScope/
networkSecurityPerimeterConfigurations/********-****-****-****-**********
.adrielScope-********-****-****-****-**********
Name : ********-****-****-****-**********
.adrielScope-********-****-****-****-**********
NetworkSecurityPerimeterGuid : ********-****-****-****-**********
NetworkSecurityPerimeterId : /subscriptions********-****-****-****-**********/resourceGroups/adrie
lk_test/providers/Microsoft.Network/networkSecurityPerimeters/adrielNsp
NetworkSecurityPerimeterLocation : centraluseuap
ProfileAccessRule : {}
ProfileAccessRulesVersion : 0
ProfileDiagnosticSettingsVersion : 0
ProfileEnabledLogCategory : {NspPublicInboundPerimeterRulesAllowed,
NspPublicInboundPerimeterRulesDenied,
NspPublicOutboundPerimeterRulesAllowed,
NspPublicOutboundPerimeterRulesDenied…}
ProfileName : defaultProfile
ProvisioningIssue : {}
ProvisioningState : Succeeded
ResourceAssociationAccessMode : Learning
ResourceAssociationName : adrielScope-********-****-****-****-**********
ResourceGroupName : adrielk_test
Type : Microsoft.HybridCompute/privateLinkScopes/networkSecurityPerimeterConfig
urations
Get network security perimeter of a private link scope
Parameters
-DefaultProfile
The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.
Parameter properties
| Type: | PSObject |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
| Aliases: | AzureRMContext, AzureCredential |
Parameter sets
(All)
| Position: | Named |
| Mandatory: | False |
| Value from pipeline: | False |
| Value from pipeline by property name: | False |
| Value from remaining arguments: | False |
-PerimeterName
The name, in the format {perimeterGuid}.{associationName}, of the Network Security Perimeter resource.
Parameter properties
| Type: | String |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
Get
| Position: | Named |
| Mandatory: | True |
| Value from pipeline: | False |
| Value from pipeline by property name: | False |
| Value from remaining arguments: | False |
-ResourceGroupName
The name of the resource group. The name is case insensitive.
Parameter properties
| Type: | String |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
(All)
| Position: | Named |
| Mandatory: | True |
| Value from pipeline: | False |
| Value from pipeline by property name: | False |
| Value from remaining arguments: | False |
-ScopeName
The name of the Azure Arc PrivateLinkScope resource.
Parameter properties
| Type: | String |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
(All)
| Position: | Named |
| Mandatory: | True |
| Value from pipeline: | False |
| Value from pipeline by property name: | False |
| Value from remaining arguments: | False |
-SubscriptionId
The ID of the target subscription.
Parameter properties
| Type: | String[] |
| Default value: | (Get-AzContext).Subscription.Id |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
(All)
| Position: | Named |
| Mandatory: | False |
| Value from pipeline: | False |
| Value from pipeline by property name: | False |
| Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.