共用方式為


Get-AzStackHciArcSetting

取得 HCI 叢集的 ArcSetting 資源詳細數據。

語法

Get-AzStackHciArcSetting
   -ClusterName <String>
   -ResourceGroupName <String>
   [-SubscriptionId <String[]>]
   [-DefaultProfile <PSObject>]
   [<CommonParameters>]
Get-AzStackHciArcSetting
   -ClusterName <String>
   -Name <String>
   -ResourceGroupName <String>
   [-SubscriptionId <String[]>]
   [-DefaultProfile <PSObject>]
   [<CommonParameters>]
Get-AzStackHciArcSetting
   -InputObject <IStackHciIdentity>
   [-DefaultProfile <PSObject>]
   [<CommonParameters>]

Description

取得 HCI 叢集的 ArcSetting 資源詳細數據。

範例

範例 1:

Get-AzStackHciArcSetting -ResourceGroupName test-rg -ClusterName myCluster

Resource Group AggregateState
-------------- --------------
test-rg        Connected

取得叢集中的 arcSettings。 若要查看詳細數據,請使用:「Write-Host($arcSettings |Format-List |Out-String)”

參數

-ClusterName

叢集的名稱。

類型:String
Position:Named
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-DefaultProfile

DefaultProfile 參數無法運作。 如果針對不同的訂用帳戶執行 Cmdlet,請使用 SubscriptionId 參數。

類型:PSObject
別名:AzureRMContext, AzureCredential
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-InputObject

Identity Parameter To construct, see NOTES section for INPUTOBJECT properties and create a hash table.

類型:IStackHciIdentity
Position:Named
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

-Name

保存 HCI ArcSetting 資訊詳細數據的 Proxy 資源名稱。

類型:String
別名:ArcSettingName
Position:Named
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-ResourceGroupName

資源群組的名稱。 名稱不區分大小寫。

類型:String
Position:Named
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-SubscriptionId

目標訂用帳戶的標識碼。 此值必須是 UUID。

類型:String[]
Position:Named
預設值:(Get-AzContext).Subscription.Id
必要:False
接受管線輸入:False
接受萬用字元:False

輸入

IStackHciIdentity

輸出

IArcSetting