Udostępnij za pośrednictwem


ArmAppServiceModelFactory.WebAppDeploymentData Method

Definition

Initializes a new instance of WebAppDeploymentData.

public static Azure.ResourceManager.AppService.WebAppDeploymentData WebAppDeploymentData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, int? status = default, string message = default, string author = default, string deployer = default, string authorEmail = default, DateTimeOffset? startOn = default, DateTimeOffset? endOn = default, bool? isActive = default, string details = default, string kind = default);
static member WebAppDeploymentData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<int> * string * string * string * string * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Nullable<bool> * string * string -> Azure.ResourceManager.AppService.WebAppDeploymentData
Public Shared Function WebAppDeploymentData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = 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 startOn As Nullable(Of DateTimeOffset) = Nothing, Optional endOn As Nullable(Of DateTimeOffset) = Nothing, Optional isActive As Nullable(Of Boolean) = Nothing, Optional details As String = Nothing, Optional kind As String = Nothing) As WebAppDeploymentData

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

status
Nullable<Int32>

Deployment status.

message
String

Details about deployment status.

author
String

Who authored the deployment.

deployer
String

Who performed the deployment.

authorEmail
String

Author email.

startOn
Nullable<DateTimeOffset>

Start time.

endOn
Nullable<DateTimeOffset>

End time.

isActive
Nullable<Boolean>

True if deployment is currently active, false if completed and null if not started.

details
String

Details on deployment.

kind
String

Kind of resource.

Returns

A new WebAppDeploymentData instance for mocking.

Applies to