ServiceAcrConfigurationInfo Constructors

Definition

Overloads

ServiceAcrConfigurationInfo()

Initializes a new instance of the ServiceAcrConfigurationInfo class.

ServiceAcrConfigurationInfo(IList<String>, IList<ServiceOciArtifactEntry>)

Initializes a new instance of the ServiceAcrConfigurationInfo class.

ServiceAcrConfigurationInfo()

Initializes a new instance of the ServiceAcrConfigurationInfo class.

public ServiceAcrConfigurationInfo ();
Public Sub New ()

Applies to

ServiceAcrConfigurationInfo(IList<String>, IList<ServiceOciArtifactEntry>)

Initializes a new instance of the ServiceAcrConfigurationInfo class.

public ServiceAcrConfigurationInfo (System.Collections.Generic.IList<string> loginServers = default, System.Collections.Generic.IList<Microsoft.Azure.Management.HealthcareApis.Models.ServiceOciArtifactEntry> ociArtifacts = default);
new Microsoft.Azure.Management.HealthcareApis.Models.ServiceAcrConfigurationInfo : System.Collections.Generic.IList<string> * System.Collections.Generic.IList<Microsoft.Azure.Management.HealthcareApis.Models.ServiceOciArtifactEntry> -> Microsoft.Azure.Management.HealthcareApis.Models.ServiceAcrConfigurationInfo
Public Sub New (Optional loginServers As IList(Of String) = Nothing, Optional ociArtifacts As IList(Of ServiceOciArtifactEntry) = Nothing)

Parameters

loginServers
IList<String>

The list of the ACR login servers.

ociArtifacts
IList<ServiceOciArtifactEntry>

The list of Open Container Initiative (OCI) artifacts.

Applies to