Get-ServiceFabricClusterManifest
Gets the Service Fabric cluster manifest, including default configurations for reliable services.
Syntax
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}}
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-TimeoutSec
Specifies the time-out period, in seconds, for the operation.
Type: | Int32 |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Inputs
None
Outputs
System.Object