Skip to content

Get SdnServiceFabricClusterConfig

Adam Rudell edited this page Oct 30, 2024 · 2 revisions

Get-SdnServiceFabricClusterConfig

SYNOPSIS

Gets Service Fabric Cluster Config Properties.

SYNTAX

Get-SdnServiceFabricClusterConfig [-Uri] <String> [[-Name] <String>] [<CommonParameters>]

DESCRIPTION

{{ Fill in the Description }}

EXAMPLES

EXAMPLE 1

Get-SdnServiceFabricClusterConfig -Uri "ClusterConfiguration"

PARAMETERS

-Uri

The Uri to read properties from ClusterConfiguration, GlobalConfiguration

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 1
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: False
Position: 2
Default value: None
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