Condividi tramite


Logs Constructors

Definition

Overloads

Logs()

Initializes a new instance of the Logs class.

Logs(String)

Initializes a new instance of the Logs class.

Logs()

Initializes a new instance of the Logs class.

public Logs ();
Public Sub New ()

Applies to

Logs(String)

Initializes a new instance of the Logs class.

public Logs (string content = default);
new Microsoft.Azure.Management.ContainerInstance.Models.Logs : string -> Microsoft.Azure.Management.ContainerInstance.Models.Logs
Public Sub New (Optional content As String = Nothing)

Parameters

content
String

The content of the log.

Applies to