次の方法で共有


Get-AzStorageSyncCloudEndpoint

このコマンドは、特定の同期グループ内のすべてのクラウド エンドポイントを一覧表示します。

構文

Get-AzStorageSyncCloudEndpoint
   [-ResourceGroupName] <String>
   [-StorageSyncServiceName] <String>
   [-SyncGroupName] <String>
   [-Name <String>]
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]
Get-AzStorageSyncCloudEndpoint
   [-ParentObject] <PSSyncGroup>
   [-Name <String>]
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]
Get-AzStorageSyncCloudEndpoint
   [-ParentResourceId] <String>
   [-Name <String>]
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]

説明

このコマンドは、特定の同期グループ内のすべてのクラウド エンドポイントを一覧表示します。 また、各クラウド エンドポイントの属性を一覧表示するためにも使用できます。

例 1

Get-AzStorageSyncCloudEndpoint -ResourceGroupName "myResourceGroup" -StorageSyncServiceName "myStorageSyncServiceName" -SyncGroupName "mySyncGroupName"

このコマンドは、指定された同期グループ内に含まれるすべてのクラウド エンドポイントを取得します。 特定 -CloudEndpointName を返すように指定します。

パラメーター

-DefaultProfile

Azure との通信に使用される資格情報、アカウント、テナント、サブスクリプション。

型:IAzureContextContainer
Aliases:AzContext, AzureRmContext, AzureCredential
配置:Named
規定値:None
必須:False
パイプライン入力を受け取る:False
ワイルドカード文字を受け取る:False

-Name

CloudEndpoint の名前。

型:String
Aliases:CloudEndpointName
配置:Named
規定値:None
必須:False
パイプライン入力を受け取る:True
ワイルドカード文字を受け取る:False

-ParentObject

通常、パラメーターを介して渡される StorageSyncService オブジェクト。

型:PSSyncGroup
Aliases:SyncGroup
配置:0
規定値:None
必須:True
パイプライン入力を受け取る:True
ワイルドカード文字を受け取る:False

-ParentResourceId

通常、パラメーターを介して渡される StorageSyncService オブジェクト。

型:String
Aliases:SyncGroupId
配置:0
規定値:None
必須:True
パイプライン入力を受け取る:True
ワイルドカード文字を受け取る:False

-ResourceGroupName

リソース グループ名。

型:String
配置:0
規定値:None
必須:True
パイプライン入力を受け取る:True
ワイルドカード文字を受け取る:False

-StorageSyncServiceName

StorageSyncService の名前。

型:String
Aliases:ParentName
配置:1
規定値:None
必須:True
パイプライン入力を受け取る:True
ワイルドカード文字を受け取る:False

-SyncGroupName

SyncGroup の名前。

型:String
配置:2
規定値:None
必須:True
パイプライン入力を受け取る:True
ワイルドカード文字を受け取る:False

入力

出力