次の方法で共有


FhirServiceAcrConfiguration Class

Definition

Azure container registry configuration information

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.FhirServiceAcrConfigurationTypeConverter))]
public class FhirServiceAcrConfiguration : Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IFhirServiceAcrConfiguration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.FhirServiceAcrConfigurationTypeConverter))>]
type FhirServiceAcrConfiguration = class
    interface IFhirServiceAcrConfiguration
    interface IJsonSerializable
Public Class FhirServiceAcrConfiguration
Implements IFhirServiceAcrConfiguration
Inheritance
FhirServiceAcrConfiguration
Attributes
Implements

Constructors

FhirServiceAcrConfiguration()

Creates an new FhirServiceAcrConfiguration instance.

Properties

LoginServer

The list of the Azure container registry login servers.

OciArtifact

The list of Open Container Initiative (OCI) artifacts.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of FhirServiceAcrConfiguration.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of FhirServiceAcrConfiguration.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IFhirServiceAcrConfiguration.

FromJsonString(String)

Creates a new instance of FhirServiceAcrConfiguration, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of FhirServiceAcrConfiguration into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to