RosAppProps
Properties for defining a RosApp
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-elasticsearchserverless-app
Initializer
using AlibabaCloud.SDK.ROS.CDK.Elasticsearchserverless;
new RosAppProps {
object AppName,
object Authentication,
object QuotaInfo,
object AppVersion = null,
object Description = null,
object Network = null,
object PrivateNetwork = null
};
Properties
Name | Type | Description |
---|---|---|
AppName |
object |
No description. |
Authentication |
object |
No description. |
QuotaInfo |
object |
No description. |
AppVersion |
object |
No description. |
Description |
object |
No description. |
Network |
object |
No description. |
PrivateNetwork |
object |
No description. |
AppName
Required
public object AppName { get; set; }
- Type: object
Authentication
Required
public object Authentication { get; set; }
- Type: object
QuotaInfo
Required
public object QuotaInfo { get; set; }
- Type: object
AppVersion
Optional
public object AppVersion { get; set; }
- Type: object
Description
Optional
public object Description { get; set; }
- Type: object
Network
Optional
public object Network { get; set; }
- Type: object
PrivateNetwork
Optional
public object PrivateNetwork { get; set; }
- Type: object