AcrRegistryInfoProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Eci;
new AcrRegistryInfoProperty {
object InstanceId,
object Domain = null,
object InstanceName = null,
object RegionId = null
};
Properties
Name | Type | Description |
---|---|---|
InstanceId |
object |
No description. |
Domain |
object |
No description. |
InstanceName |
object |
No description. |
RegionId |
object |
No description. |
InstanceId
Required
public object InstanceId { get; set; }
- Type: object
Domain
Optional
public object Domain { get; set; }
- Type: object
InstanceName
Optional
public object InstanceName { get; set; }
- Type: object
RegionId
Optional
public object RegionId { get; set; }
- Type: object