< Back

New-AzureAclConfig

Wed Jan 30, 2019 5:47 pm

NAME New-AzureAclConfig



SYNOPSIS

Creates an empty ACL configuration object.





SYNTAX

New-AzureAclConfig [-InformationAction <ActionPreference>] [-InformationVariable <String>] [<CommonParameters>]





DESCRIPTION

The New-AzureAclConfig cmdlet creates an empty access control list (ACL) configuration object.





PARAMETERS

-InformationAction <ActionPreference>





Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-InformationVariable <String>





Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



NOTES









-------------------------- Example 1: Create an ACL configuration object --------------------------



PS C:\\>$Acl = New-AzureAclConfig



This command creates an empty ACL configuration object, and then stores it in the $Acl variable.



RELATED LINKS

Get-AzureAclConfig

Remove-AzureAclConfig

Set-AzureAclConfig