< Back

Register-AzureRmProviderFeature

Tue Jan 29, 2019 10:05 pm

NAME Register-AzureRmProviderFeature



SYNOPSIS

Registers an Azure provider feature in your account.





SYNTAX

Register-AzureRmProviderFeature [-DefaultProfile <IAzureContextContainer>] -FeatureName <String> -ProviderNamespace <String> [-Confirm] [-WhatIf]

[<CommonParameters>]





DESCRIPTION

The Register-AzureRmProviderFeature cmdlet registers an Azure provider feature in your account.





PARAMETERS

-DefaultProfile <IAzureContextContainer>

The credentials, account, tenant, and subscription used for communication with azure



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-FeatureName <String>

Specifies the name of the feature that this cmdlet registers.



Required? true

Position? named

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-ProviderNamespace <String>

Specifies a namespace for which this cmdlet registers a provider feature.



Required? true

Position? named

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-Confirm [<SwitchParameter>]

Prompts you for confirmation before running the cmdlet.



Required? false

Position? named

Default value False

Accept pipeline input? False

Accept wildcard characters? false



-WhatIf [<SwitchParameter>]

Shows what would happen if the cmdlet runs. The cmdlet is not run.



Required? false

Position? named

Default value False

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 (http://go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

None

This cmdlet does not accept any input.





OUTPUTS

System.Collections.Generic.List`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSProviderFeature]







NOTES









Example 1: Register a feature



PS C:\\>Register-AzureRmProviderFeature -FeatureName AllowApplicationSecurityGroups -ProviderNamespace Microsoft.Network



This adds the AllowApplicationSecurityGroups feature for Microsoft.Network to your account.







RELATED LINKS

Online Version: https://docs.microsoft.com/en-us/powers ... derfeature

Get-AzureRmProviderFeature