AppResourceProperties Class

Definition

App resource properties payload

public class AppResourceProperties
type AppResourceProperties = class
Public Class AppResourceProperties
Inheritance
AppResourceProperties

Constructors

AppResourceProperties()

Initializes a new instance of the AppResourceProperties class.

AppResourceProperties(Nullable<Boolean>, String, String, String, String, Nullable<Boolean>, Nullable<DateTime>, TemporaryDisk, PersistentDisk)

Initializes a new instance of the AppResourceProperties class.

Properties

ActiveDeploymentName

Gets or sets name of the active deployment of the App

CreatedTime

Gets date time when the resource is created

Fqdn

Gets or sets fully qualified dns Name.

HttpsOnly

Gets or sets indicate if only https is allowed.

PersistentDisk

Gets or sets persistent disk settings

ProvisioningState

Gets provisioning state of the App. Possible values include: 'Succeeded', 'Failed', 'Creating', 'Updating'

PublicProperty

Gets or sets indicates whether the App exposes public endpoint

TemporaryDisk

Gets or sets temporary disk settings

Url

Gets URL of the App

Methods

Validate()

Validate the object.

Applies to