AppResourceProperties Class

  • java.lang.Object
    • com.microsoft.azure.management.appplatform.v2020_07_01.AppResourceProperties

public class AppResourceProperties

App resource properties payload.

Constructor Summary

Constructor Description
AppResourceProperties()

Method Summary

Modifier and Type Method and Description
java.lang.String activeDeploymentName()

Get name of the active deployment of the App.

org.joda.time.DateTime createdTime()

Get date time when the resource is created.

java.lang.String fqdn()

Get fully qualified dns Name.

java.lang.Boolean httpsOnly()

Get indicate if only https is allowed.

PersistentDisk persistentDisk()

Get persistent disk settings.

AppResourceProvisioningState provisioningState()

Get provisioning state of the App.

java.lang.Boolean publicProperty()

Get indicates whether the App exposes public endpoint.

TemporaryDisk temporaryDisk()

Get temporary disk settings.

java.lang.String url()

Get uRL of the App.

AppResourceProperties withActiveDeploymentName(String activeDeploymentName)

Set name of the active deployment of the App.

AppResourceProperties withFqdn(String fqdn)

Set fully qualified dns Name.

AppResourceProperties withHttpsOnly(Boolean httpsOnly)

Set indicate if only https is allowed.

AppResourceProperties withPersistentDisk(PersistentDisk persistentDisk)

Set persistent disk settings.

AppResourceProperties withPublicProperty(Boolean publicProperty)

Set indicates whether the App exposes public endpoint.

AppResourceProperties withTemporaryDisk(TemporaryDisk temporaryDisk)

Set temporary disk settings.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

AppResourceProperties

public AppResourceProperties()

Method Details

activeDeploymentName

public String activeDeploymentName()

Get name of the active deployment of the App.

Returns:

the activeDeploymentName value

createdTime

public DateTime createdTime()

Get date time when the resource is created.

Returns:

the createdTime value

fqdn

public String fqdn()

Get fully qualified dns Name.

Returns:

the fqdn value

httpsOnly

public Boolean httpsOnly()

Get indicate if only https is allowed.

Returns:

the httpsOnly value

persistentDisk

public PersistentDisk persistentDisk()

Get persistent disk settings.

Returns:

the persistentDisk value

provisioningState

public AppResourceProvisioningState provisioningState()

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

Returns:

the provisioningState value

publicProperty

public Boolean publicProperty()

Get indicates whether the App exposes public endpoint.

Returns:

the publicProperty value

temporaryDisk

public TemporaryDisk temporaryDisk()

Get temporary disk settings.

Returns:

the temporaryDisk value

url

public String url()

Get uRL of the App.

Returns:

the url value

withActiveDeploymentName

public AppResourceProperties withActiveDeploymentName(String activeDeploymentName)

Set name of the active deployment of the App.

Parameters:

activeDeploymentName - the activeDeploymentName value to set

Returns:

the AppResourceProperties object itself.

withFqdn

public AppResourceProperties withFqdn(String fqdn)

Set fully qualified dns Name.

Parameters:

fqdn - the fqdn value to set

Returns:

the AppResourceProperties object itself.

withHttpsOnly

public AppResourceProperties withHttpsOnly(Boolean httpsOnly)

Set indicate if only https is allowed.

Parameters:

httpsOnly - the httpsOnly value to set

Returns:

the AppResourceProperties object itself.

withPersistentDisk

public AppResourceProperties withPersistentDisk(PersistentDisk persistentDisk)

Set persistent disk settings.

Parameters:

persistentDisk - the persistentDisk value to set

Returns:

the AppResourceProperties object itself.

withPublicProperty

public AppResourceProperties withPublicProperty(Boolean publicProperty)

Set indicates whether the App exposes public endpoint.

Parameters:

publicProperty - the publicProperty value to set

Returns:

the AppResourceProperties object itself.

withTemporaryDisk

public AppResourceProperties withTemporaryDisk(TemporaryDisk temporaryDisk)

Set temporary disk settings.

Parameters:

temporaryDisk - the temporaryDisk value to set

Returns:

the AppResourceProperties object itself.

Applies to