Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Get-ServiceFabricClusterManifest
- Module:
- ServiceFabric Module
Gets the Service Fabric cluster manifest, including default configurations for reliable services.
Syntax
Default (Default)
Get-ServiceFabricClusterManifest
[-ClusterManifestVersion <String>]
[-TimeoutSec <Int32>]
[<CommonParameters>]
Description
The Get-ServiceFabricClusterManifest cmdlet gets the Service Fabric cluster manifest for the current connection. The cluster manifest includes defaults for the cluster such as Reliable Services Configurations.
Before you perform any operation on a Service Fabric cluster, establish a connection to the cluster by using the Connect-ServiceFabricCluster cmdlet.
Examples
Example 1: Get the cluster manifest
PS C:\> Get-ServiceFabricClusterManifest
This command gets the cluster manifest for the current Service Fabric connection.
Parameters
-ClusterManifestVersion
{{Fill ClusterManifestVersion Description}}
Parameter properties
| Type: | String |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
-TimeoutSec
Specifies the time-out period, in seconds, for the operation.
Parameter properties
| Type: | Int32 |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
