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