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. |
ResourceId
Required
public object ResourceId { get; set; }
- Type: object
ResourceType
Required
public object ResourceType { get; set; }
- Type: object
ZoneId
Required
public object ZoneId { get; set; }
- Type: object