MSDeployLogEntry 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
MSDeployLogEntry() |
Initializes a new instance of the MSDeployLogEntry class. |
MSDeployLogEntry(Nullable<DateTime>, Nullable<MSDeployLogEntryType>, String) |
Initializes a new instance of the MSDeployLogEntry class. |
MSDeployLogEntry()
Initializes a new instance of the MSDeployLogEntry class.
public MSDeployLogEntry ();
Public Sub New ()
Applies to
MSDeployLogEntry(Nullable<DateTime>, Nullable<MSDeployLogEntryType>, String)
Initializes a new instance of the MSDeployLogEntry class.
public MSDeployLogEntry (DateTime? time = default, Microsoft.Azure.Management.WebSites.Models.MSDeployLogEntryType? type = default, string message = default);
new Microsoft.Azure.Management.WebSites.Models.MSDeployLogEntry : Nullable<DateTime> * Nullable<Microsoft.Azure.Management.WebSites.Models.MSDeployLogEntryType> * string -> Microsoft.Azure.Management.WebSites.Models.MSDeployLogEntry
Public Sub New (Optional time As Nullable(Of DateTime) = Nothing, Optional type As Nullable(Of MSDeployLogEntryType) = Nothing, Optional message As String = Nothing)
Parameters
- type
- Nullable<MSDeployLogEntryType>
Log entry type. Possible values include: 'Message', 'Warning', 'Error'
- message
- String
Log entry message
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET