< Back

Update-AzureRmServiceFabricDurability

Tue Jan 29, 2019 10:07 pm

NAME Update-AzureRmServiceFabricDurability



SYNOPSIS

Update the durability tier or VmSku of a node type in the cluster.





SYNTAX

Update-AzureRmServiceFabricDurability [-ResourceGroupName] <String> [-Name] <String> [-DefaultProfile <IAzureContextContainer>] -DurabilityLevel

{Bronze | Silver | Gold} -NodeType <String> [-Sku <String>] [-Confirm] [-WhatIf] [<CommonParameters>]





DESCRIPTION

Use Update-AzureRmServiceFabricDurability to update durability or SKU of 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



-DurabilityLevel <DurabilityLevel>

Specify durability level.



Required? true

Position? named

Default value None

Accept pipeline input? True (ByValue)

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



-NodeType <String>

Specify Service Fabric node type name.



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



-Sku <String>

Specify the SKU of the node type.



Required? false

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

Microsoft.Azure.Commands.ServiceFabric.Models.DurabilityLevel

System.String





OUTPUTS

Microsoft.Azure.Commands.ServiceFabric.Models.PsCluster







NOTES









Example 1



PS c:> Update-AzureRmServiceFabricDurability -ResourceGroupName 'Group1' -Name 'Contoso01SFCluster' -DurabilityLevel Silver -NodeType nt1



This command changes durability tier of the NodeType 'nt1' to silver.







RELATED LINKS

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