Skip to content

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.

InstanceIdRequired

public object InstanceId { get; set; }
  • Type: object

DomainOptional

public object Domain { get; set; }
  • Type: object

InstanceNameOptional

public object InstanceName { get; set; }
  • Type: object

RegionIdOptional

public object RegionId { get; set; }
  • Type: object