Skip to content

Set SdnServiceFabricClusterConfig

github-actions edited this page Jan 12, 2023 · 1 revision

Set-SdnServiceFabricClusterConfig

SYNOPSIS

Gets Service Fabric Cluster Config Properties.

SYNTAX

Set-SdnServiceFabricClusterConfig [[-NetworkController] <String>] [-Uri] <String> [-Name] <String>
 [-Value] <Object> [[-Credential] <PSCredential>] [<CommonParameters>]

DESCRIPTION

{{ Fill in the Description }}

EXAMPLES

EXAMPLE 1

Set-SdnServiceFabricClusterConfig -NetworkController 'NC01' -Uri "ClusterConfiguration" -Credential (Get-Credential)

PARAMETERS

-NetworkController

Specifies the name of the network controller node on which this cmdlet operates. Default to local machine.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 1
Default value: $(HostName)
Accept pipeline input: False
Accept wildcard characters: False

-Uri

The Uri to read properties from ClusterConfiguration, GlobalConfiguration

Type: String
Parameter Sets: (All)
Aliases:

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

-Name

Property Name to filter the result. If not specified, it will return all properties.

Type: String
Parameter Sets: (All)
Aliases:

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

-Value

{{ Fill Value Description }}

Type: Object
Parameter Sets: (All)
Aliases:

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

-Credential

Specifies a user account that has permission to perform this action. The default is the current user.

Type: PSCredential
Parameter Sets: (All)
Aliases:

Required: False
Position: 5
Default value: [System.Management.Automation.PSCredential]::Empty
Accept pipeline input: False
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

OUTPUTS

NOTES

RELATED LINKS

Documentation

How To Guides:

Troubleshooting Guides

Learning

Functions

Clone this wiki locally