ResourceProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Privatelink;
new ResourceProperty {
object ResourceId,
object ResourceType,
object ZoneId
};
Properties
| Name | Type | Description |
|---|---|---|
ResourceId |
object |
No description. |
ResourceType |
object |
No description. |
ZoneId |
object |
No description. |
ResourceIdRequired
public object ResourceId { get; set; }
- Type: object
ResourceTypeRequired
public object ResourceType { get; set; }
- Type: object
ZoneIdRequired
public object ZoneId { get; set; }
- Type: object