Get-AzCosmosDBService
CosmosDB サービスを取得します
構文
Get-AzCosmosDBService
-ResourceGroupName <String>
-AccountName <String>
[-ServiceName <String>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzCosmosDBService
[-ServiceName <String>]
-ParentObject <PSDatabaseAccountGetResults>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
説明
Get-AzCosmosDBService コマンドレットは、特定の ResourceGroupName、AccountName、および DatabaseName のすべての既存の CosmosDB サービスの一覧を取得し、特定の ResourceGroupName、AccountName、DatabaseName、ServiceName に対して 1 つの CosmosDB サービスを取得します。
例
例 1
Get-AzCosmosDBService -AccountName "accountName" -ResourceGroupName "resourceGroupName" -ServiceName "sqlDedicatedGateway"
Name : sqlDedicatedGateway
Id : {Id}
Resource : Microsoft.Azure.Commands.CosmosDB.Models.PSServiceGetResults
パラメーター
-AccountName
Cosmos DB データベース アカウントの名前。
型: | String |
配置: | Named |
規定値: | None |
必須: | True |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
-DefaultProfile
Azure との通信のために使用される資格情報、アカウント、テナント、サブスクリプションです。
型: | IAzureContextContainer |
Aliases: | AzContext, AzureRmContext, AzureCredential |
配置: | Named |
規定値: | None |
必須: | False |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
-ParentObject
CosmosDB アカウント オブジェクト
型: | PSDatabaseAccountGetResults |
配置: | Named |
規定値: | None |
必須: | True |
パイプライン入力を受け取る: | True |
ワイルドカード文字を受け取る: | False |
-ResourceGroupName
リソース グループの名前。
型: | String |
配置: | Named |
規定値: | None |
必須: | True |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
-ServiceName
ロール定義の一意の ID (Guid)。
型: | String |
配置: | Named |
規定値: | None |
必須: | False |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |