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