Remove-AzCognitiveServicesAccountNetworkRule
Ta bort IpRules eller VirtualNetworkRules från NetWorkRule-egenskapen för ett Cognitive Services-konto
Syntax
Remove-AzCognitiveServicesAccountNetworkRule
[-ResourceGroupName] <String>
[-Name] <String>
-VirtualNetworkResourceId <String[]>
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Remove-AzCognitiveServicesAccountNetworkRule
[-ResourceGroupName] <String>
[-Name] <String>
-IpRule <PSIpRule[]>
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Remove-AzCognitiveServicesAccountNetworkRule
[-ResourceGroupName] <String>
[-Name] <String>
-VirtualNetworkRule <PSVirtualNetworkRule[]>
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Remove-AzCognitiveServicesAccountNetworkRule
[-ResourceGroupName] <String>
[-Name] <String>
-IpAddressOrRange <String[]>
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
Cmdleten Remove-AzCognitiveServicesAccountNetworkRule tar bort IpRules eller VirtualNetworkRules från networkRule-egenskapen för ett Cognitive Services-konto
Exempel
Exempel 1: Ta bort flera IpRules med IPAddressOrRange
Remove-AzCognitiveServicesAccountNetworkRule -ResourceGroupName "myResourceGroup" -Name "myaccount" -IpAddressOrRange "10.0.0.0/24,28.1.0.0/16"
Det här kommandot tar bort flera IpRules med IPAddressOrRange.
Exempel 2: Ta bort en VirtualNetworkRule med VirtualNetworkRule Object-indata med JSON
Remove-AzCognitiveServicesAccountNetworkRule -ResourceGroupName "myResourceGroup" -Name "myaccount" -VirtualNetworkRule (@{VirtualNetworkReourceId="/subscriptions/s1/resourceGroups/g1/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/subnet1"})
Det här kommandot tar bort en VirtualNetworkRule med Indata för VirtualNetworkRule-objekt med JSON.
Exempel 3: Ta bort första IpRule med pipeline
(Get-AzCognitiveServicesAccountNetworkRuleSet -ResourceGroupName "myResourceGroup" -Name "myaccount").IpRules[0] | Remove-AzCognitiveServicesAccountNetworkRule -ResourceGroupName "myResourceGroup" -Name "myaccount"
Det här kommandot tar bort första IpRule med pipeline.
Exempel 4: Ta bort flera VirtualNetworkRules med VirtualNetworkResourceID
Remove-AzCognitiveServicesAccountNetworkRule -ResourceGroupName "myResourceGroup" -Name "myaccount" -VirtualNetworkResourceId "/subscriptions/s1/resourceGroups/g1/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/subnet1","/subscriptions/s1/resourceGroups/g1/providers/Microsoft.Network/virtualNetworks/vnet2/subnets/subnet2"
Det här kommandot tar bort flera VirtualNetworkRules med VirtualNetworkResourceID.
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 |
-IpAddressOrRange
Cognitive Services-kontot NetworkRule IpRules IpAddressOrRange i sträng.
Typ: | String[] |
Position: | Named |
Standardvärde: | None |
Obligatorisk: | True |
Godkänn pipeline-indata: | False |
Godkänn jokertecken: | False |
-IpRule
Cognitive Services-kontot NetworkRule IpRules.
Typ: | PSIpRule[] |
Position: | Named |
Standardvärde: | None |
Obligatorisk: | True |
Godkänn pipeline-indata: | True |
Godkänn jokertecken: | False |
-Name
Cognitive Services-kontonamn.
Typ: | String |
Alias: | CognitiveServicesAccountName, AccountName |
Position: | 1 |
Standardvärde: | None |
Obligatorisk: | True |
Godkänn pipeline-indata: | True |
Godkänn jokertecken: | False |
-ResourceGroupName
Namn på resursgrupp.
Typ: | String |
Position: | 0 |
Standardvärde: | None |
Obligatorisk: | True |
Godkänn pipeline-indata: | True |
Godkänn jokertecken: | False |
-VirtualNetworkResourceId
Cognitive Services-kontot NetworkRule VirtualNetworkRules VirtualNetworkResourceId i sträng.
Typ: | String[] |
Alias: | SubnetId, VirtualNetworkId |
Position: | Named |
Standardvärde: | None |
Obligatorisk: | True |
Godkänn pipeline-indata: | False |
Godkänn jokertecken: | False |
-VirtualNetworkRule
Cognitive Services-kontot NetworkRule VirtualNetworkRules.
Typ: | PSVirtualNetworkRule[] |
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
PSIpRule[]
Utdata
Azure PowerShell