Deployment Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
Deployment() |
Inicializa uma nova instância da classe Deployment. |
Deployment(String, String, String, String, Nullable<Int32>, String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<Boolean>, String) |
Inicializa uma nova instância da classe Deployment. |
Deployment()
Inicializa uma nova instância da classe Deployment.
public Deployment ();
Public Sub New ()
Aplica-se a
Deployment(String, String, String, String, Nullable<Int32>, String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<Boolean>, String)
Inicializa uma nova instância da classe Deployment.
public Deployment (string id = default, string name = default, string kind = default, string type = 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.Models.Deployment : string * string * string * string * Nullable<int> * string * string * string * string * Nullable<DateTime> * Nullable<DateTime> * Nullable<bool> * string -> Microsoft.Azure.Management.WebSites.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 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)
Parâmetros
- id
- String
ID do recurso.
- name
- String
Nome do recurso.
- kind
- String
Tipo de recurso.
- type
- String
Tipo de recurso.
- message
- String
Detalhes sobre status de implantação.
- author
- String
Quem criou a implantação.
- deployer
- String
Quem executou a implantação.
- authorEmail
- String
Criar email.
True se a implantação estiver ativa no momento, false se concluída e nula se não for iniciada.
- details
- String
Detalhes sobre a implantação.
Aplica-se a
Azure SDK for .NET