RunGetLogResult 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
RunGetLogResult() |
Initializes a new instance of the RunGetLogResult class. |
RunGetLogResult(String, String) |
Initializes a new instance of the RunGetLogResult class. |
RunGetLogResult()
Initializes a new instance of the RunGetLogResult class.
public RunGetLogResult ();
Public Sub New ()
Applies to
RunGetLogResult(String, String)
Initializes a new instance of the RunGetLogResult class.
public RunGetLogResult (string logLink = default, string logArtifactLink = default);
new Microsoft.Azure.Management.ContainerRegistry.Models.RunGetLogResult : string * string -> Microsoft.Azure.Management.ContainerRegistry.Models.RunGetLogResult
Public Sub New (Optional logLink As String = Nothing, Optional logArtifactLink As String = Nothing)
Parameters
- logLink
- String
The link to logs for a run on a azure container registry.
- logArtifactLink
- String
The link to logs in registry for a run on a azure container registry.
Applies to
Azure SDK for .NET