MSDeployLogInner 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
MSDeployLogInner() |
Initializes a new instance of the MSDeployLogInner class. |
MSDeployLogInner(String, String, String, String, IList<MSDeployLogEntry>) |
Initializes a new instance of the MSDeployLogInner class. |
MSDeployLogInner()
Initializes a new instance of the MSDeployLogInner class.
public MSDeployLogInner ();
Public Sub New ()
Applies to
MSDeployLogInner(String, String, String, String, IList<MSDeployLogEntry>)
Initializes a new instance of the MSDeployLogInner class.
public MSDeployLogInner (string id = default, string name = default, string type = default, string kind = default, System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.MSDeployLogEntry> entries = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.MSDeployLogInner : string * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.MSDeployLogEntry> -> Microsoft.Azure.Management.AppService.Fluent.Models.MSDeployLogInner
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional kind As String = Nothing, Optional entries As IList(Of MSDeployLogEntry) = Nothing)
Parameters
- id
- String
- name
- String
- type
- String
- kind
- String
Kind of resource.
- entries
- IList<MSDeployLogEntry>
List of log entry messages