Skip to content

Latest commit

 

History

History
76 lines (53 loc) · 1.67 KB

Get-AzureRmServiceFabricCluster.md

File metadata and controls

76 lines (53 loc) · 1.67 KB
external help file online version schema
Microsoft.Azure.Commands.ServiceFabric.dll-Help.xml
2.0.0

Get-AzureRmServiceFabricCluster

SYNOPSIS

Get cluster resource details.

SYNTAX

Get-AzureRmServiceFabricCluster [[-ResourceGroupName] <String>] [[-Name] <String>] [<CommonParameters>]

DESCRIPTION

The Get-AzureRmServiceFabricCluster gets the cluster resource details

EXAMPLES

Example 1

PS C:\> Get-AzureRmServiceFabricCluster -ResourceGroupName myResourceGroup -ClusterName myCluster

This command will get the cluster myCluster's resource details.

PARAMETERS

-Name

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

-ResourceGroupName

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

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 (http://go.microsoft.com/fwlink/?LinkID=113216).

INPUTS

System.String

OUTPUTS

System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.ServiceFabric.Models.PsCluster, Microsoft.Azure.Commands.ServiceFabric, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]

NOTES

RELATED LINKS