New-AzPurviewAzureSubscriptionDataSourceObject
AzureSubscriptionDataSource のメモリ内オブジェクトを作成します。
構文
New-AzPurviewAzureSubscriptionDataSourceObject
-Kind <DataSourceType>
[-CollectionReferenceName <String>]
[-CollectionType <String>]
[-SubscriptionId <String>]
[<CommonParameters>]
説明
AzureSubscriptionDataSource のメモリ内オブジェクトを作成します。
例
例 1: Azure サブスクリプション データ ソース オブジェクトを作成する
New-AzPurviewAzureSubscriptionDataSourceObject -Kind 'AzureSubscription' -CollectionReferenceName 'parv-brs-2' -CollectionType 'CollectionReference' -SubscriptionId '6810b9ce-82d3-4562-9658-xxxxxxxxxx'
CollectionLastModifiedAt :
CollectionReferenceName : parv-brs-2
CollectionType : CollectionReference
CreatedAt :
Id :
Kind : AzureSubscription
LastModifiedAt :
Name :
Scan :
SubscriptionId : 6810b9ce-82d3-4562-9658-xxxxxxxxxx
Azure サブスクリプション データ ソース オブジェクトを作成する
パラメーター
-CollectionReferenceName
型: | String |
配置: | Named |
規定値: | None |
必須: | False |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
-CollectionType
型: | String |
配置: | Named |
規定値: | None |
必須: | False |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
-Kind
型: | DataSourceType |
配置: | Named |
規定値: | None |
必須: | True |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
-SubscriptionId
型: | String |
配置: | Named |
規定値: | None |
必須: | False |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
出力
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure PowerShell