WebAppDeploymentData Class

Definition

A class representing the WebAppDeployment data model. User credentials used for publishing activity.

public class WebAppDeploymentData : Azure.ResourceManager.Models.ResourceData
public class WebAppDeploymentData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppService.WebAppDeploymentData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppService.WebAppDeploymentData>
type WebAppDeploymentData = class
    inherit ResourceData
type WebAppDeploymentData = class
    inherit ResourceData
    interface IJsonModel<WebAppDeploymentData>
    interface IPersistableModel<WebAppDeploymentData>
Public Class WebAppDeploymentData
Inherits ResourceData
Public Class WebAppDeploymentData
Inherits ResourceData
Implements IJsonModel(Of WebAppDeploymentData), IPersistableModel(Of WebAppDeploymentData)
Inheritance
WebAppDeploymentData
Implements

Constructors

WebAppDeploymentData()

Initializes a new instance of WebAppDeploymentData.

Properties

Author

Who authored the deployment.

AuthorEmail

Author email.

Deployer

Who performed the deployment.

Details

Details on deployment.

EndOn

End time.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
IsActive

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

Kind

Kind of resource.

Message

Details about deployment status.

Name

The name of the resource.

(Inherited from ResourceData)
ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
StartOn

Start time.

Status

Deployment status.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)

Explicit Interface Implementations

IJsonModel<WebAppDeploymentData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<WebAppDeploymentData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<WebAppDeploymentData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<WebAppDeploymentData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<WebAppDeploymentData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to