Freigeben über


ArmAppPlatformModelFactory.AppPlatformDeploymentInstance Methode

Definition

Initialisiert eine neue instance von 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

Parameter

name
String

Der Name der instance Bereitstellung.

status
String

Status der bereitstellung instance.

reason
String

Fehlerursache der Bereitstellung instance.

discoveryStatus
String

Ermittlung status des bereitstellungs-instance.

startedOn
Nullable<DateTimeOffset>

Startzeit der Bereitstellung instance.

zone
String

Verfügbarkeitszoneninformationen der bereitstellungs instance.

Gibt zurück

Eine neue AppPlatformDeploymentInstance instance zum Mocking.

Gilt für: