external help file | online version | schema |
---|---|---|
Microsoft.Azure.Commands.ServiceFabric.dll-Help.xml |
2.0.0 |
Get cluster resource details.
Get-AzureRmServiceFabricCluster [[-ResourceGroupName] <String>] [[-Name] <String>] [<CommonParameters>]
The Get-AzureRmServiceFabricCluster gets the cluster resource details
PS C:\> Get-AzureRmServiceFabricCluster -ResourceGroupName myResourceGroup -ClusterName myCluster
This command will get the cluster myCluster's resource details.
Specify the name of the cluster.
Type: String
Parameter Sets: (All)
Aliases: ClusterName
Required: False
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
Specifies the name of the resource group.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 0
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).