ArmAppServiceModelFactory.WebAppDeploymentData Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- 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.
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
Azure SDK for .NET