Deployment 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
Deployment() | |
Deployment(String, String, String, String, String, Nullable<Int32>, String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<Boolean>, String) |
Deployment()
public Deployment ();
Public Sub New ()
Applies to
Deployment(String, String, String, String, String, Nullable<Int32>, String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<Boolean>, String)
public Deployment (string id = default, string name = default, string kind = default, string type = default, string deploymentId = default, int? status = default, string message = default, string author = default, string deployer = default, string authorEmail = default, DateTime? startTime = default, DateTime? endTime = default, bool? active = default, string details = default);
new Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.Deployment : string * string * string * string * string * Nullable<int> * string * string * string * string * Nullable<DateTime> * Nullable<DateTime> * Nullable<bool> * string -> Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.Deployment
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional kind As String = Nothing, Optional type As String = Nothing, Optional deploymentId As String = Nothing, Optional status As Nullable(Of Integer) = Nothing, Optional message As String = Nothing, Optional author As String = Nothing, Optional deployer As String = Nothing, Optional authorEmail As String = Nothing, Optional startTime As Nullable(Of DateTime) = Nothing, Optional endTime As Nullable(Of DateTime) = Nothing, Optional active As Nullable(Of Boolean) = Nothing, Optional details As String = Nothing)
Parameters
- id
- String
- name
- String
- kind
- String
- type
- String
- deploymentId
- String
- message
- String
- author
- String
- deployer
- String
- authorEmail
- String
- details
- String