< Back

Remove-AzureRmServiceFabricSetting

Tue Jan 29, 2019 10:07 pm

NAME Remove-AzureRmServiceFabricSetting



SYNOPSIS

Remove one or multiple Service Fabric setting from the cluster.





SYNTAX

Remove-AzureRmServiceFabricSetting [-ResourceGroupName] <String> [-Name] <String> [-DefaultProfile <IAzureContextContainer>] -Parameter <String>

-Section <String> [-Confirm] [-WhatIf] [<CommonParameters>]



Remove-AzureRmServiceFabricSetting [-ResourceGroupName] <String> [-Name] <String> [-DefaultProfile <IAzureContextContainer>]

-SettingsSectionDescription <PSSettingsSectionDescription[]> [-Confirm] [-WhatIf] [<CommonParameters>]





DESCRIPTION

Use Remove-AzureRmServiceFabricSetting to remove Service Fabric settings from the cluster.





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



-Name <String>

Specify the name of the cluster.



Required? true

Position? 1

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-Parameter <String>

Parameter.



Required? true

Position? named

Default value None

Accept pipeline input? True (ByValue)

Accept wildcard characters? false



-ResourceGroupName <String>

Specifies the name of the resource group.



Required? true

Position? 0

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-Section <String>

Section.



Required? true

Position? named

Default value None

Accept pipeline input? True (ByValue)

Accept wildcard characters? false



-SettingsSectionDescription <PSSettingsSectionDescription[]>

Client authentication type.



Required? true

Position? named

Default value None

Accept pipeline input? True (ByValue)

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

System.String

Microsoft.Azure.Commands.ServiceFabric.Models.PSSettingsSectionDescription[]





OUTPUTS

Microsoft.Azure.Commands.ServiceFabric.Models.PsCluster







NOTES









Example 1



PS c:> Remove-AzureRmServiceFabricSetting -ResourceGroupName 'Group1' -Name 'Contoso01SFCluster' -Section 'EseStore' -Parameter 'MaxCursors'



This command will remove settings 'MaxCursors' under 'EseStore' section.







RELATED LINKS

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