Partilhar via


ArmAppPlatformModelFactory.AppPlatformDeploymentInstance Método

Definição

Inicializa uma nova instância de AppPlatformDeploymentInstance.

public static Azure.ResourceManager.AppPlatform.Models.AppPlatformDeploymentInstance AppPlatformDeploymentInstance (string name = default, string status = default, string reason = default, string discoveryStatus = default, DateTimeOffset? startedOn = default, string zone = default);
static member AppPlatformDeploymentInstance : string * string * string * string * Nullable<DateTimeOffset> * string -> Azure.ResourceManager.AppPlatform.Models.AppPlatformDeploymentInstance
Public Shared Function AppPlatformDeploymentInstance (Optional name As String = Nothing, Optional status As String = Nothing, Optional reason As String = Nothing, Optional discoveryStatus As String = Nothing, Optional startedOn As Nullable(Of DateTimeOffset) = Nothing, Optional zone As String = Nothing) As AppPlatformDeploymentInstance

Parâmetros

name
String

Nome da instância de implantação.

status
String

Status da instância de implantação.

reason
String

Motivo da falha da instância de implantação.

discoveryStatus
String

Descoberta status da instância de implantação.

startedOn
Nullable<DateTimeOffset>

Hora de início da instância de implantação.

zone
String

Informações de zona de disponibilidade da instância de implantação.

Retornos

Uma nova AppPlatformDeploymentInstance instância para simulação.

Aplica-se a