Sdílet prostřednictvím


ArmAppPlatformModelFactory.AppPlatformDeploymentInstance Method

Definition

Initializes a new instance of 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

Parameters

name
String

Name of the deployment instance.

status
String

Status of the deployment instance.

reason
String

Failed reason of the deployment instance.

discoveryStatus
String

Discovery status of the deployment instance.

startedOn
Nullable<DateTimeOffset>

Start time of the deployment instance.

zone
String

Availability zone information of the deployment instance.

Returns

A new AppPlatformDeploymentInstance instance for mocking.

Applies to