New-AzPurviewSapS4HanaDataSourceObject
为 SapS4HanaDataSource 创建内存中对象。
语法
New-AzPurviewSapS4HanaDataSourceObject
[-ApplicationServer <String>]
[-CollectionReferenceName <String>]
[-CollectionType <String>]
[-SystemNumber <String>]
[<CommonParameters>]
说明
为 SapS4HanaDataSource 创建内存中对象。
示例
示例 1:创建 SAPS4Hana 数据源对象
New-AzPurviewSapS4HanaDataSourceObject -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 : SapS4Hana
LastModifiedAt :
Name :
Scan :
SystemNumber : 32
创建 SAPS4 数据源对象
参数
-ApplicationServer
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-CollectionReferenceName
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-CollectionType
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-SystemNumber
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
输出