IFhirServiceAcrConfiguration.OciArtifact Property
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.
The list of Open Container Initiative (OCI) artifacts.
[Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Info(Description="The list of Open Container Initiative (OCI) artifacts.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IServiceOciArtifactEntry) }, ReadOnly=false, Required=false, SerializedName="ociArtifacts")]
public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IServiceOciArtifactEntry[] OciArtifact { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Info(Description="The list of Open Container Initiative (OCI) artifacts.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IServiceOciArtifactEntry) }, ReadOnly=false, Required=false, SerializedName="ociArtifacts")>]
member this.OciArtifact : Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IServiceOciArtifactEntry[] with get, set
Public Property OciArtifact As IServiceOciArtifactEntry()
Property Value
- Attributes