Skip to content

Latest commit

 

History

History
92 lines (67 loc) · 2.29 KB

Get-AzStorageAccountNetworkRuleSet.md

File metadata and controls

92 lines (67 loc) · 2.29 KB
external help file Module Name online version schema
Microsoft.Azure.PowerShell.Cmdlets.Storage.Management.dll-Help.xml
Az.Storage
2.0.0

Get-AzStorageAccountNetworkRuleSet

SYNOPSIS

Get the NetWorkRule property of a Storage account

SYNTAX

Get-AzStorageAccountNetworkRuleSet [-ResourceGroupName] <String> [-Name] <String>
 [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]

DESCRIPTION

The Get-AzStorageAccountNetworkRuleSet cmdlet gets the NetworkRule property of a Storage account

EXAMPLES

Example 1: Get NetworkRule property of a specified Storage account

Get-AzStorageAccountNetworkRuleSet  -ResourceGroupName "rg1" -Name "mystorageaccount"

This command gets NetworkRule property of a specified Storage account

PARAMETERS

-DefaultProfile

The credentials, account, tenant, and subscription used for communication with Azure.

Type: Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer
Parameter Sets: (All)
Aliases: AzContext, AzureRmContext, AzureCredential

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Name

Specifies the name of the Storage account.

Type: System.String
Parameter Sets: (All)
Aliases: StorageAccountName, AccountName

Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

-ResourceGroupName

Specifies the name of the resource group contains the Storage account.

Type: System.String
Parameter Sets: (All)
Aliases:

Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

System.String

OUTPUTS

Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet

NOTES

RELATED LINKS