Skip to content

Commit 03c04c4

Browse files
authored
Update Help Docs for Az.Network (#26156)
1 parent 9e3b260 commit 03c04c4

File tree

56 files changed

+970
-686
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+970
-686
lines changed

src/Network/Network/help/Add-AzApplicationGatewayListener.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,16 @@ Adds an listener to an application gateway.
1717
Add-AzApplicationGatewayListener -ApplicationGateway <PSApplicationGateway> -Name <String>
1818
[-FrontendIPConfiguration <PSApplicationGatewayFrontendIPConfiguration>]
1919
[-FrontendPort <PSApplicationGatewayFrontendPort>] [-SslCertificate <PSApplicationGatewaySslCertificate>]
20-
[-SslProfile <PSApplicationGatewaySslProfile>] [-HostNames <String[]>] -Protocol <String> [-DefaultProfile <IAzureContextContainer>]
21-
[<CommonParameters>]
20+
[-SslProfile <PSApplicationGatewaySslProfile>] -Protocol <String> [-HostNames <String[]>]
21+
[-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
2222
```
2323

2424
### SetByResourceId
2525
```
2626
Add-AzApplicationGatewayListener -ApplicationGateway <PSApplicationGateway> -Name <String>
2727
[-FrontendIPConfigurationId <String>] [-FrontendPortId <String>] [-SslCertificateId <String>]
28-
[-SslProfileId <String>] [-HostNames <String[]>] -Protocol <String> [-DefaultProfile <IAzureContextContainer>] [-HostNames <String[]>] [<CommonParameters>]
28+
[-SslProfileId <String>] -Protocol <String> [-HostNames <String[]>] [-DefaultProfile <IAzureContextContainer>]
29+
[<CommonParameters>]
2930
```
3031

3132
## DESCRIPTION

src/Network/Network/help/Add-AzLoadBalancerProbeConfig.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ Adds a probe configuration to a load balancer.
1515

1616
```
1717
Add-AzLoadBalancerProbeConfig -LoadBalancer <PSLoadBalancer> -Name <String> [-Protocol <String>] -Port <Int32>
18-
-IntervalInSeconds <Int32> -ProbeCount <Int32> [-ProbeThreshold <Int32>] [-RequestPath <String>] [-NoHealthyBackendsBehavior <String>]
19-
[-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>]
18+
-IntervalInSeconds <Int32> -ProbeCount <Int32> [-ProbeThreshold <Int32>] [-RequestPath <String>]
19+
[-NoHealthyBackendsBehavior <String>] [-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm]
20+
[<CommonParameters>]
2021
```
2122

2223
## DESCRIPTION
@@ -94,6 +95,22 @@ Accept pipeline input: False
9495
Accept wildcard characters: False
9596
```
9697
98+
### -NoHealthyBackendsBehavior
99+
Determines how new connections are handled by the load balancer when all backend instances are probed down.
100+
The acceptable values for this parameter are: AllProbedDown or AllProbedUp.
101+
102+
```yaml
103+
Type: System.String
104+
Parameter Sets: (All)
105+
Aliases:
106+
107+
Required: False
108+
Position: Named
109+
Default value: AllProbedDown
110+
Accept pipeline input: True (ByPropertyName)
111+
Accept wildcard characters: False
112+
```
113+
97114
### -Port
98115
Specifies the port on which probes should connect to a load-balanced service.
99116
@@ -170,23 +187,6 @@ Accept pipeline input: True (ByPropertyName)
170187
Accept wildcard characters: False
171188
```
172189
173-
### -NoHealthyBackendsBehavior
174-
Determines how new connections are handled by the load balancer when all backend instances are probed down.
175-
The acceptable values for this parameter are: AllProbedDown or AllProbedUp.
176-
177-
```yaml
178-
Type: System.String
179-
Parameter Sets: (All)
180-
Aliases:
181-
Accepted values: AllProbedDown, AllProbedUp
182-
183-
Required: False
184-
Position: Named
185-
Default value: AllProbedDown
186-
Accept pipeline input: True (ByPropertyName)
187-
Accept wildcard characters: False
188-
```
189-
190190
### -Confirm
191191
Prompts you for confirmation before running the cmdlet.
192192

src/Network/Network/help/Add-AzVirtualNetworkSubnetConfig.md

Lines changed: 34 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ Adds a subnet configuration to a virtual network.
1717
```
1818
Add-AzVirtualNetworkSubnetConfig -Name <String> -VirtualNetwork <PSVirtualNetwork> -AddressPrefix <String[]>
1919
[-NetworkSecurityGroup <PSNetworkSecurityGroup>] [-RouteTable <PSRouteTable>] [-InputObject <PSNatGateway>]
20-
[-ServiceEndpoint <String[]>] [-NetworkIdentifier <PSResourceId>] [-ServiceEndpointConfig <PSServiceEndpoint[]>] [-ServiceEndpointPolicy <PSServiceEndpointPolicy[]>]
20+
[-ServiceEndpoint <String[]>] [-NetworkIdentifier <PSResourceId>]
21+
[-ServiceEndpointConfig <PSServiceEndpoint[]>] [-ServiceEndpointPolicy <PSServiceEndpointPolicy[]>]
2122
[-Delegation <PSDelegation[]>] [-PrivateEndpointNetworkPoliciesFlag <String>]
2223
[-PrivateLinkServiceNetworkPoliciesFlag <String>] [-IpAllocation <PSIpAllocation[]>]
2324
[-DefaultOutboundAccess <Boolean>] [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
@@ -27,7 +28,8 @@ Add-AzVirtualNetworkSubnetConfig -Name <String> -VirtualNetwork <PSVirtualNetwor
2728
```
2829
Add-AzVirtualNetworkSubnetConfig -Name <String> -VirtualNetwork <PSVirtualNetwork> -AddressPrefix <String[]>
2930
[-NetworkSecurityGroupId <String>] [-RouteTableId <String>] [-ResourceId <String>]
30-
[-ServiceEndpoint <String[]>] [-NetworkIdentifier <PSResourceId>] [-ServiceEndpointConfig <PSServiceEndpoint[]>] [-ServiceEndpointPolicy <PSServiceEndpointPolicy[]>]
31+
[-ServiceEndpoint <String[]>] [-NetworkIdentifier <PSResourceId>]
32+
[-ServiceEndpointConfig <PSServiceEndpoint[]>] [-ServiceEndpointPolicy <PSServiceEndpointPolicy[]>]
3133
[-Delegation <PSDelegation[]>] [-PrivateEndpointNetworkPoliciesFlag <String>]
3234
[-PrivateLinkServiceNetworkPoliciesFlag <String>] [-IpAllocation <PSIpAllocation[]>]
3335
[-DefaultOutboundAccess <Boolean>] [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
@@ -169,6 +171,21 @@ Accept pipeline input: False
169171
Accept wildcard characters: False
170172
```
171173
174+
### -NetworkIdentifier
175+
NetworkIdentifier Value for ServiceEndpoint
176+
177+
```yaml
178+
Type: Microsoft.Azure.Commands.Network.Models.PSResourceId
179+
Parameter Sets: (All)
180+
Aliases:
181+
182+
Required: False
183+
Position: Named
184+
Default value: None
185+
Accept pipeline input: True (ByPropertyName)
186+
Accept wildcard characters: False
187+
```
188+
172189
### -NetworkSecurityGroup
173190
Specifies a **NetworkSecurityGroup** object.
174191
This cmdlet adds a virtual network subnet configuration to the object that this parameter specifies.
@@ -286,6 +303,21 @@ Accept pipeline input: True (ByPropertyName)
286303
Accept wildcard characters: False
287304
```
288305
306+
### -ServiceEndpointConfig
307+
Service Endpoint with NetworkIdentifier Value
308+
309+
```yaml
310+
Type: Microsoft.Azure.Commands.Network.Models.PSServiceEndpoint[]
311+
Parameter Sets: (All)
312+
Aliases:
313+
314+
Required: False
315+
Position: Named
316+
Default value: None
317+
Accept pipeline input: True (ByPropertyName)
318+
Accept wildcard characters: False
319+
```
320+
289321
### -ServiceEndpointPolicy
290322
Service Endpoint Policies
291323

src/Network/Network/help/Approve-AzPrivateEndpointConnection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ The private link resource type.
9191
Type: System.String
9292
Parameter Sets: ByResource
9393
Aliases:
94-
Accepted values: Microsoft.AgFoodPlatform/farmBeats, Microsoft.ApiManagement/service, Microsoft.AppConfiguration/configurationStores, Microsoft.Attestation/attestationProviders, Microsoft.Authorization/resourceManagementPrivateLinks, Microsoft.Automation/automationAccounts, Microsoft.Batch/batchAccounts, Microsoft.Cache/Redis, Microsoft.Cache/redisEnterprise, Microsoft.CognitiveServices/accounts, Microsoft.Compute/diskAccesses, Microsoft.ContainerRegistry/registries, Microsoft.ContainerService/managedClusters, Microsoft.Databricks/workspaces, Microsoft.DataFactory/factories, Microsoft.DBforMariaDB/servers, Microsoft.DBforMySQL/servers, Microsoft.DBforPostgreSQL/servers, Microsoft.DesktopVirtualization/hostpools, Microsoft.DesktopVirtualization/workspaces, Microsoft.Devices/IotHubs, Microsoft.Devices/ProvisioningServices, Microsoft.DeviceUpdate/accounts, Microsoft.DigitalTwins/digitalTwinsInstances, Microsoft.DocumentDB/databaseAccounts, Microsoft.EventGrid/topics, Microsoft.EventGrid/domains, Microsoft.EventHub/namespaces, Microsoft.HardwareSecurityModules/cloudHsmClusters, Microsoft.HealthcareApis/services, Microsoft.HDInsight/clusters, Microsoft.HybridCompute/privateLinkScopes, Microsoft.Insights/privateLinkScopes, Microsoft.KeyVault/vaults, Microsoft.Keyvault/managedHSMs, Microsoft.MachineLearningServices/workspaces, Microsoft.MachineLearningServices/registries, Microsoft.Media/mediaservices, Microsoft.Media/videoanalyzers, Microsoft.Migrate/assessmentProjects, Microsoft.Migrate/migrateProjects, Microsoft.Monitor/accounts, Microsoft.Network/applicationgateways, Microsoft.Network/privateLinkServices, Microsoft.OffAzure/masterSites, Microsoft.PowerBI/privateLinkServicesForPowerBI, Microsoft.Purview/accounts, Microsoft.RecoveryServices/vaults, Microsoft.Relay/namespaces, Microsoft.Search/searchServices, Microsoft.ServiceBus/namespaces, Microsoft.SignalRService/signalr, Microsoft.SignalRService/webPubSub, Microsoft.Sql/servers, Microsoft.Storage/storageAccounts, Microsoft.StorageSync/storageSyncServices, Microsoft.Synapse/privateLinkHubs, Microsoft.Synapse/workspaces, Microsoft.Web/sites, Microsoft.Web/staticSites, Microsoft.Web/hostingEnvironments, Microsoft.BotService/botServices, Microsoft.OpenEnergyPlatform/energyServices, Microsoft.DBforMySQL/flexibleServers
94+
Accepted values: Microsoft.AgFoodPlatform/farmBeats, Microsoft.ApiManagement/service, Microsoft.AppConfiguration/configurationStores, Microsoft.Attestation/attestationProviders, Microsoft.Authorization/resourceManagementPrivateLinks, Microsoft.Automation/automationAccounts, Microsoft.Batch/batchAccounts, Microsoft.Cache/Redis, Microsoft.Cache/redisEnterprise, Microsoft.CognitiveServices/accounts, Microsoft.Compute/diskAccesses, Microsoft.ContainerRegistry/registries, Microsoft.ContainerService/managedClusters, Microsoft.Databricks/workspaces, Microsoft.DataFactory/factories, Microsoft.DBforMariaDB/servers, Microsoft.DBforMySQL/servers, Microsoft.DBforPostgreSQL/servers, Microsoft.DesktopVirtualization/hostpools, Microsoft.DesktopVirtualization/workspaces, Microsoft.Devices/IotHubs, Microsoft.Devices/ProvisioningServices, Microsoft.DeviceUpdate/accounts, Microsoft.DigitalTwins/digitalTwinsInstances, Microsoft.DocumentDB/databaseAccounts, Microsoft.ElasticSan/elasticSans, Microsoft.EventGrid/topics, Microsoft.EventGrid/domains, Microsoft.EventGrid/partnerNamespaces, Microsoft.EventGrid/namespaces, Microsoft.EventHub/namespaces, Microsoft.HardwareSecurityModules/cloudHsmClusters, Microsoft.HealthcareApis/services, Microsoft.HDInsight/clusters, Microsoft.HybridCompute/privateLinkScopes, Microsoft.Insights/privateLinkScopes, Microsoft.KeyVault/vaults, Microsoft.Keyvault/managedHSMs, Microsoft.MachineLearningServices/workspaces, Microsoft.MachineLearningServices/registries, Microsoft.Media/mediaservices, Microsoft.Media/videoanalyzers, Microsoft.Migrate/assessmentProjects, Microsoft.Migrate/migrateProjects, Microsoft.Monitor/accounts, Microsoft.Network/applicationgateways, Microsoft.Network/privateLinkServices, Microsoft.OffAzure/masterSites, Microsoft.PowerBI/privateLinkServicesForPowerBI, Microsoft.Purview/accounts, Microsoft.RecoveryServices/vaults, Microsoft.Relay/namespaces, Microsoft.Search/searchServices, Microsoft.ServiceBus/namespaces, Microsoft.SignalRService/signalr, Microsoft.SignalRService/webPubSub, Microsoft.Sql/servers, Microsoft.Storage/storageAccounts, Microsoft.StorageSync/storageSyncServices, Microsoft.Synapse/privateLinkHubs, Microsoft.Synapse/workspaces, Microsoft.Web/sites, Microsoft.Web/staticSites, Microsoft.Web/hostingEnvironments, Microsoft.BotService/botServices, Microsoft.OpenEnergyPlatform/energyServices, Microsoft.DBforMySQL/flexibleServers, Microsoft.DBforPostgreSQL/flexibleServers, Microsoft.App/managedEnvironments, Microsoft.VideoIndexer/accounts
9595

9696
Required: True
9797
Position: Named

src/Network/Network/help/Convert-AzNetworkWatcherClassicConnectionMonitor.md

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ This Connection Monitor is already V2
4646

4747
Passing the V2 connection monitor name and corresponding network watcher name and its resource group name.
4848

49-
5049
## PARAMETERS
5150

5251
### -DefaultProfile
@@ -109,6 +108,35 @@ Accept pipeline input: False
109108
Accept wildcard characters: False
110109
```
111110
111+
### -Confirm
112+
Prompts you for confirmation before running the cmdlet.
113+
114+
```yaml
115+
Type: System.Management.Automation.SwitchParameter
116+
Parameter Sets: (All)
117+
Aliases: cf
118+
119+
Required: False
120+
Position: Named
121+
Default value: None
122+
Accept pipeline input: False
123+
Accept wildcard characters: False
124+
```
125+
126+
### -WhatIf
127+
Shows what would happen if the cmdlet runs. The cmdlet is not run.
128+
129+
```yaml
130+
Type: System.Management.Automation.SwitchParameter
131+
Parameter Sets: (All)
132+
Aliases: wi
133+
134+
Required: False
135+
Position: Named
136+
Default value: None
137+
Accept pipeline input: False
138+
Accept wildcard characters: False
139+
```
112140
113141
### CommonParameters
114142
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).

src/Network/Network/help/Deny-AzPrivateEndpointConnection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ The private link resource type.
9191
Type: System.String
9292
Parameter Sets: ByResource
9393
Aliases:
94-
Accepted values: Microsoft.AgFoodPlatform/farmBeats, Microsoft.ApiManagement/service, Microsoft.AppConfiguration/configurationStores, Microsoft.Attestation/attestationProviders, Microsoft.Authorization/resourceManagementPrivateLinks, Microsoft.Automation/automationAccounts, Microsoft.Batch/batchAccounts, Microsoft.Cache/Redis, Microsoft.Cache/redisEnterprise, Microsoft.CognitiveServices/accounts, Microsoft.Compute/diskAccesses, Microsoft.ContainerRegistry/registries, Microsoft.ContainerService/managedClusters, Microsoft.Databricks/workspaces, Microsoft.DataFactory/factories, Microsoft.DBforMariaDB/servers, Microsoft.DBforMySQL/servers, Microsoft.DBforPostgreSQL/servers, Microsoft.DesktopVirtualization/hostpools, Microsoft.DesktopVirtualization/workspaces, Microsoft.Devices/IotHubs, Microsoft.Devices/ProvisioningServices, Microsoft.DeviceUpdate/accounts, Microsoft.DigitalTwins/digitalTwinsInstances, Microsoft.DocumentDB/databaseAccounts, Microsoft.EventGrid/topics, Microsoft.EventGrid/domains, Microsoft.EventHub/namespaces, Microsoft.HardwareSecurityModules/cloudHsmClusters, Microsoft.HealthcareApis/services, Microsoft.HDInsight/clusters, Microsoft.HybridCompute/privateLinkScopes, Microsoft.Insights/privateLinkScopes, Microsoft.KeyVault/vaults, Microsoft.Keyvault/managedHSMs, Microsoft.MachineLearningServices/workspaces, Microsoft.MachineLearningServices/registries, Microsoft.Media/mediaservices, Microsoft.Media/videoanalyzers, Microsoft.Migrate/assessmentProjects, Microsoft.Migrate/migrateProjects, Microsoft.Monitor/accounts, Microsoft.Network/applicationgateways, Microsoft.Network/privateLinkServices, Microsoft.OffAzure/masterSites, Microsoft.PowerBI/privateLinkServicesForPowerBI, Microsoft.Purview/accounts, Microsoft.RecoveryServices/vaults, Microsoft.Relay/namespaces, Microsoft.Search/searchServices, Microsoft.ServiceBus/namespaces, Microsoft.SignalRService/signalr, Microsoft.SignalRService/webPubSub, Microsoft.Sql/servers, Microsoft.Storage/storageAccounts, Microsoft.StorageSync/storageSyncServices, Microsoft.Synapse/privateLinkHubs, Microsoft.Synapse/workspaces, Microsoft.Web/sites, Microsoft.Web/staticSites, Microsoft.Web/hostingEnvironments, Microsoft.BotService/botServices, Microsoft.OpenEnergyPlatform/energyServices, Microsoft.DBforMySQL/flexibleServers
94+
Accepted values: Microsoft.AgFoodPlatform/farmBeats, Microsoft.ApiManagement/service, Microsoft.AppConfiguration/configurationStores, Microsoft.Attestation/attestationProviders, Microsoft.Authorization/resourceManagementPrivateLinks, Microsoft.Automation/automationAccounts, Microsoft.Batch/batchAccounts, Microsoft.Cache/Redis, Microsoft.Cache/redisEnterprise, Microsoft.CognitiveServices/accounts, Microsoft.Compute/diskAccesses, Microsoft.ContainerRegistry/registries, Microsoft.ContainerService/managedClusters, Microsoft.Databricks/workspaces, Microsoft.DataFactory/factories, Microsoft.DBforMariaDB/servers, Microsoft.DBforMySQL/servers, Microsoft.DBforPostgreSQL/servers, Microsoft.DesktopVirtualization/hostpools, Microsoft.DesktopVirtualization/workspaces, Microsoft.Devices/IotHubs, Microsoft.Devices/ProvisioningServices, Microsoft.DeviceUpdate/accounts, Microsoft.DigitalTwins/digitalTwinsInstances, Microsoft.DocumentDB/databaseAccounts, Microsoft.ElasticSan/elasticSans, Microsoft.EventGrid/topics, Microsoft.EventGrid/domains, Microsoft.EventGrid/partnerNamespaces, Microsoft.EventGrid/namespaces, Microsoft.EventHub/namespaces, Microsoft.HardwareSecurityModules/cloudHsmClusters, Microsoft.HealthcareApis/services, Microsoft.HDInsight/clusters, Microsoft.HybridCompute/privateLinkScopes, Microsoft.Insights/privateLinkScopes, Microsoft.KeyVault/vaults, Microsoft.Keyvault/managedHSMs, Microsoft.MachineLearningServices/workspaces, Microsoft.MachineLearningServices/registries, Microsoft.Media/mediaservices, Microsoft.Media/videoanalyzers, Microsoft.Migrate/assessmentProjects, Microsoft.Migrate/migrateProjects, Microsoft.Monitor/accounts, Microsoft.Network/applicationgateways, Microsoft.Network/privateLinkServices, Microsoft.OffAzure/masterSites, Microsoft.PowerBI/privateLinkServicesForPowerBI, Microsoft.Purview/accounts, Microsoft.RecoveryServices/vaults, Microsoft.Relay/namespaces, Microsoft.Search/searchServices, Microsoft.ServiceBus/namespaces, Microsoft.SignalRService/signalr, Microsoft.SignalRService/webPubSub, Microsoft.Sql/servers, Microsoft.Storage/storageAccounts, Microsoft.StorageSync/storageSyncServices, Microsoft.Synapse/privateLinkHubs, Microsoft.Synapse/workspaces, Microsoft.Web/sites, Microsoft.Web/staticSites, Microsoft.Web/hostingEnvironments, Microsoft.BotService/botServices, Microsoft.OpenEnergyPlatform/energyServices, Microsoft.DBforMySQL/flexibleServers, Microsoft.DBforPostgreSQL/flexibleServers, Microsoft.App/managedEnvironments, Microsoft.VideoIndexer/accounts
9595

9696
Required: True
9797
Position: Named

src/Network/Network/help/Deploy-AzFirewallPolicy.md

Lines changed: 58 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,20 @@ Deploys the Azure Firewall Policy draft and all Rule Collection Group drafts ass
1414

1515
### DeployByNameParameterSet (Default)
1616
```
17-
Deploy-AzFirewallPolicy -Name <String> -ResourceGroupName <String> [-DefaultProfile <IAzureContextContainer>]
18-
[<CommonParameters>]
17+
Deploy-AzFirewallPolicy -Name <String> -ResourceGroupName <String> [-AsJob]
18+
[-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>]
1919
```
2020

2121
### DeployByResourceIdParameterSet
2222
```
23-
Deploy-AzFirewallPolicy -ResourceId <String> [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
23+
Deploy-AzFirewallPolicy [-AsJob] -ResourceId <String> [-DefaultProfile <IAzureContextContainer>] [-WhatIf]
24+
[-Confirm] [<CommonParameters>]
2425
```
2526

2627
### DeployByInputObjectParameterSet
2728
```
28-
Deploy-AzFirewallPolicy -InputObject <PSAzureFirewallPolicy> [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
29+
Deploy-AzFirewallPolicy [-AsJob] -InputObject <PSAzureFirewallPolicy>
30+
[-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>]
2931
```
3032

3133
## DESCRIPTION
@@ -42,6 +44,21 @@ This example deploys the firewall policy draft to the firewallPolicy.
4244

4345
## PARAMETERS
4446

47+
### -AsJob
48+
Run cmdlet in the background
49+
50+
```yaml
51+
Type: System.Management.Automation.SwitchParameter
52+
Parameter Sets: (All)
53+
Aliases:
54+
55+
Required: False
56+
Position: Named
57+
Default value: None
58+
Accept pipeline input: False
59+
Accept wildcard characters: False
60+
```
61+
4562
### -DefaultProfile
4663
The credentials, account, tenant, and subscription used for communication with Azure.
4764
@@ -57,6 +74,21 @@ Accept pipeline input: False
5774
Accept wildcard characters: False
5875
```
5976
77+
### -InputObject
78+
The Firewall Policy.
79+
80+
```yaml
81+
Type: Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy
82+
Parameter Sets: DeployByInputObjectParameterSet
83+
Aliases:
84+
85+
Required: True
86+
Position: Named
87+
Default value: None
88+
Accept pipeline input: True (ByPropertyName)
89+
Accept wildcard characters: False
90+
```
91+
6092
### -Name
6193
The firewall policy name.
6294
@@ -102,18 +134,33 @@ Accept pipeline input: True (ByPropertyName)
102134
Accept wildcard characters: True
103135
```
104136
105-
### -InputObject
106-
The Firewall Policy.
137+
### -Confirm
138+
Prompts you for confirmation before running the cmdlet.
107139
108140
```yaml
109-
Type: Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy
110-
Parameter Sets: DeployByInputObjectParameterSet
111-
Aliases:
141+
Type: System.Management.Automation.SwitchParameter
142+
Parameter Sets: (All)
143+
Aliases: cf
112144

113-
Required: True
145+
Required: False
114146
Position: Named
115147
Default value: None
116-
Accept pipeline input: True (ByPropertyName)
148+
Accept pipeline input: False
149+
Accept wildcard characters: False
150+
```
151+
152+
### -WhatIf
153+
Shows what would happen if the cmdlet runs. The cmdlet is not run.
154+
155+
```yaml
156+
Type: System.Management.Automation.SwitchParameter
157+
Parameter Sets: (All)
158+
Aliases: wi
159+
160+
Required: False
161+
Position: Named
162+
Default value: None
163+
Accept pipeline input: False
117164
Accept wildcard characters: False
118165
```
119166

0 commit comments

Comments
 (0)