ServiceOciArtifactEntry Constructors
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.
Overloads
ServiceOciArtifactEntry() |
Initializes a new instance of the ServiceOciArtifactEntry class. |
ServiceOciArtifactEntry(String, String, String) |
Initializes a new instance of the ServiceOciArtifactEntry class. |
ServiceOciArtifactEntry()
Initializes a new instance of the ServiceOciArtifactEntry class.
public ServiceOciArtifactEntry ();
Public Sub New ()
Applies to
ServiceOciArtifactEntry(String, String, String)
Initializes a new instance of the ServiceOciArtifactEntry class.
public ServiceOciArtifactEntry (string loginServer = default, string imageName = default, string digest = default);
new Microsoft.Azure.Management.HealthcareApis.Models.ServiceOciArtifactEntry : string * string * string -> Microsoft.Azure.Management.HealthcareApis.Models.ServiceOciArtifactEntry
Public Sub New (Optional loginServer As String = Nothing, Optional imageName As String = Nothing, Optional digest As String = Nothing)
Parameters
- loginServer
- String
The Azure Container Registry login server.
- imageName
- String
The artifact name.
- digest
- String
The artifact digest.
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.