Share via


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
System.String

Name of the deployment instance.

status
System.String

Status of the deployment instance.

reason
System.String

Failed reason of the deployment instance.

discoveryStatus
System.String

Discovery status of the deployment instance.

startedOn
System.Nullable<System.DateTimeOffset>

Start time of the deployment instance.

zone
System.String

Availability zone information of the deployment instance.

Returns

A new AppPlatformDeploymentInstance instance for mocking.

Applies to