New-AzPurviewSapEccDataSourceObject
建立 SapEccDataSource 的記憶體內部物件。
語法
New-AzPurviewSapEccDataSourceObject
-Kind <DataSourceType>
[-ApplicationServer <String>]
[-CollectionReferenceName <String>]
[-CollectionType <String>]
[-SystemNumber <String>]
[<CommonParameters>]
Description
建立 SapEccDataSource 的記憶體內部物件。
範例
範例 1:建立 SAPECC 數據源物件
New-AzPurviewSapEccDataSourceObject -Kind 'SapEcc' -CollectionReferenceName 'parv-brs-2' -CollectionType 'CollectionReference' -ApplicationServer '12.13.14.12' -SystemNumber 32
ApplicationServer : 12.13.14.12
CollectionLastModifiedAt :
CollectionReferenceName : parv-brs-2
CollectionType : CollectionReference
CreatedAt :
Id :
Kind : SapEcc
LastModifiedAt :
Name :
Scan :
SystemNumber : 32
建立 SAPECC 數據源物件
參數
-ApplicationServer
類型: | String |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-CollectionReferenceName
類型: | String |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-CollectionType
類型: | String |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-Kind
類型: | DataSourceType |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-SystemNumber
類型: | String |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
輸出