Update-AzVirtualApplianceInboundSecurityRule
Uppdatera regeln för inkommande säkerhet för en virtuell nätverksinstallationsresurs
Syntax
Update-AzVirtualApplianceInboundSecurityRule
-ResourceGroupName <String>
-VirtualApplianceName <String>
-Name <String>
[-RuleType <String>]
-Rule <System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundSecurityRulesProperty]>
[-Force]
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Update-AzVirtualApplianceInboundSecurityRule
-VirtualAppliance <PSNetworkVirtualAppliance>
-Name <String>
[-RuleType <String>]
-Rule <System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundSecurityRulesProperty]>
[-Force]
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Update-AzVirtualApplianceInboundSecurityRule
-VirtualApplianceResourceId <String>
-Name <String>
[-RuleType <String>]
-Rule <System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundSecurityRulesProperty]>
[-Force]
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
Kommandot Update-AzVirtualApplianceInboundSecurityRule uppdaterar/skapar den inkommande säkerhetsregeln för en virtuell nätverksinstallation. Den inkommande säkerhetsregeln skapar en NSG-regel på NVA och en LB-regel på den SLB som är kopplad till NVA om regeltypen definieras som: Permanent
Exempel
Exempel 1
Update-AzVirtualApplianceInboundSecurityRule -ResourceGroupName InboundRuleRg -VirtualApplianceName nva1 -Name ruleCollection1 -RuleType Permanent -Rule $inbound
Kommandot ovan skapar eller uppdaterar regeln inkommande säkerhet med det angivna regelsamlingsnamnet: ruleCollection1 på NVA: nva1 med regeltypen permanent med regler som definierats i regelegenskapen. Den inkommande säkerhetsregeln skapar en NSG-regel & en SLB LB-regel.
Exempel 2
Update-AzVirtualApplianceInboundSecurityRule -ResourceGroupName InboundRuleRg -VirtualApplianceName nva1 -Name ruleCollection2 -RuleType AutoExpire -Rule $inbound
Kommandot ovan skapar eller uppdaterar regeln inkommande säkerhet med det angivna regelsamlingsnamnet: ruleCollection2 på NVA: nva1 med regeltypen Auto Expire med regler som definierats i regelegenskapen. Den inkommande säkerhetsregeln skapar endast en NSG-regel.
Parametrar
-Confirm
Uppmanar dig att bekräfta innan du kör cmdleten.
Typ: | SwitchParameter |
Alias: | cf |
Position: | Named |
Standardvärde: | None |
Obligatorisk: | False |
Godkänn pipeline-indata: | False |
Godkänn jokertecken: | False |
-DefaultProfile
Autentiseringsuppgifter, konto, klientorganisation och prenumeration som används för kommunikation med Azure.
Typ: | IAzureContextContainer |
Alias: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
Standardvärde: | None |
Obligatorisk: | False |
Godkänn pipeline-indata: | False |
Godkänn jokertecken: | False |
-Force
Be inte om bekräftelse om du vill skriva över en resurs
Typ: | SwitchParameter |
Position: | Named |
Standardvärde: | None |
Obligatorisk: | False |
Godkänn pipeline-indata: | False |
Godkänn jokertecken: | False |
-Name
Resursnamnet.
Typ: | String |
Alias: | ResourceName, InboundSecurityRuleCollectionName |
Position: | Named |
Standardvärde: | None |
Obligatorisk: | True |
Godkänn pipeline-indata: | False |
Godkänn jokertecken: | True |
-ResourceGroupName
Resursgruppens namn.
Typ: | String |
Position: | Named |
Standardvärde: | None |
Obligatorisk: | True |
Godkänn pipeline-indata: | False |
Godkänn jokertecken: | False |
-Rule
Enskild regel för inkommande säkerhet
Typ: | List<T>[PSInboundSecurityRulesProperty] |
Position: | Named |
Standardvärde: | None |
Obligatorisk: | True |
Godkänn pipeline-indata: | False |
Godkänn jokertecken: | False |
-RuleType
Den inkommande säkerhetsregeltypen: AutoExpire eller Permanent
Typ: | String |
Position: | Named |
Standardvärde: | None |
Obligatorisk: | False |
Godkänn pipeline-indata: | False |
Godkänn jokertecken: | False |
-VirtualAppliance
Det överordnade objektet Virtuell nätverksinstallation för den här anslutningen.
Typ: | PSNetworkVirtualAppliance |
Alias: | ParentNva, NetworkVirtualAppliance |
Position: | Named |
Standardvärde: | None |
Obligatorisk: | True |
Godkänn pipeline-indata: | True |
Godkänn jokertecken: | False |
-VirtualApplianceName
Namnet på den överordnade virtuella nätverksinstallationen.
Typ: | String |
Alias: | ParentNvaName, NetworkVirtualApplianceName |
Position: | Named |
Standardvärde: | None |
Obligatorisk: | True |
Godkänn pipeline-indata: | False |
Godkänn jokertecken: | False |
-VirtualApplianceResourceId
Resurs-ID för den överordnade virtuella nätverksinstallationen för den här anslutningen.
Typ: | String |
Alias: | ParentNvaId, NetworkVirtualApplianceId |
Position: | Named |
Standardvärde: | None |
Obligatorisk: | True |
Godkänn pipeline-indata: | True |
Godkänn jokertecken: | False |
-WhatIf
Visar vad som skulle hända om cmdleten körs. Cmdleten körs inte.
Typ: | SwitchParameter |
Alias: | wi |
Position: | Named |
Standardvärde: | None |
Obligatorisk: | False |
Godkänn pipeline-indata: | False |
Godkänn jokertecken: | False |
Indata
Utdata
Azure PowerShell