ServiceAcrConfigurationInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Azure container registry configuration information
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.ServiceAcrConfigurationInfoTypeConverter))]
public class ServiceAcrConfigurationInfo : Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IServiceAcrConfigurationInfo
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.ServiceAcrConfigurationInfoTypeConverter))>]
type ServiceAcrConfigurationInfo = class
interface IServiceAcrConfigurationInfo
interface IJsonSerializable
Public Class ServiceAcrConfigurationInfo
Implements IServiceAcrConfigurationInfo
- Inheritance
-
ServiceAcrConfigurationInfo
- Attributes
- Implements
Constructors
ServiceAcrConfigurationInfo() |
Creates an new ServiceAcrConfigurationInfo instance. |
Properties
LoginServer |
The list of the ACR login servers. |
OciArtifact |
The list of Open Container Initiative (OCI) artifacts. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ServiceAcrConfigurationInfo. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ServiceAcrConfigurationInfo. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IServiceAcrConfigurationInfo. |
FromJsonString(String) |
Creates a new instance of ServiceAcrConfigurationInfo, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ServiceAcrConfigurationInfo into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |