azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

210 строки
15 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.appplatform.v2020_07_01.AppResourceProperties"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.AppResourceProperties"
name: "AppResourceProperties"
nameWithType: "AppResourceProperties"
summary: "App resource properties payload."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **AppResourceProperties**"
constructors:
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.AppResourceProperties.AppResourceProperties()"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.AppResourceProperties.AppResourceProperties()"
name: "AppResourceProperties()"
nameWithType: "AppResourceProperties.AppResourceProperties()"
syntax: "public AppResourceProperties()"
methods:
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.AppResourceProperties.activeDeploymentName()"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.AppResourceProperties.activeDeploymentName()"
name: "activeDeploymentName()"
nameWithType: "AppResourceProperties.activeDeploymentName()"
summary: "Get name of the active deployment of the App."
syntax: "public String activeDeploymentName()"
desc: "Get name of the active deployment of the App."
returns:
description: "the activeDeploymentName value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.AppResourceProperties.createdTime()"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.AppResourceProperties.createdTime()"
name: "createdTime()"
nameWithType: "AppResourceProperties.createdTime()"
summary: "Get date time when the resource is created."
syntax: "public DateTime createdTime()"
desc: "Get date time when the resource is created."
returns:
description: "the createdTime value"
type: "<xref href=\"org.joda.time.DateTime?alt=org.joda.time.DateTime&text=DateTime\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.AppResourceProperties.fqdn()"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.AppResourceProperties.fqdn()"
name: "fqdn()"
nameWithType: "AppResourceProperties.fqdn()"
summary: "Get fully qualified dns Name."
syntax: "public String fqdn()"
desc: "Get fully qualified dns Name."
returns:
description: "the fqdn value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.AppResourceProperties.httpsOnly()"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.AppResourceProperties.httpsOnly()"
name: "httpsOnly()"
nameWithType: "AppResourceProperties.httpsOnly()"
summary: "Get indicate if only https is allowed."
syntax: "public Boolean httpsOnly()"
desc: "Get indicate if only https is allowed."
returns:
description: "the httpsOnly value"
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.AppResourceProperties.persistentDisk()"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.AppResourceProperties.persistentDisk()"
name: "persistentDisk()"
nameWithType: "AppResourceProperties.persistentDisk()"
summary: "Get persistent disk settings."
syntax: "public PersistentDisk persistentDisk()"
desc: "Get persistent disk settings."
returns:
description: "the persistentDisk value"
type: "<xref href=\"com.microsoft.azure.management.appplatform.v2020_07_01.PersistentDisk?alt=com.microsoft.azure.management.appplatform.v2020_07_01.PersistentDisk&text=PersistentDisk\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.AppResourceProperties.provisioningState()"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.AppResourceProperties.provisioningState()"
name: "provisioningState()"
nameWithType: "AppResourceProperties.provisioningState()"
summary: "Get provisioning state of the App."
syntax: "public AppResourceProvisioningState provisioningState()"
desc: "Get provisioning state of the App. Possible values include: 'Succeeded', 'Failed', 'Creating', 'Updating'."
returns:
description: "the provisioningState value"
type: "<xref href=\"com.microsoft.azure.management.appplatform.v2020_07_01.AppResourceProvisioningState?alt=com.microsoft.azure.management.appplatform.v2020_07_01.AppResourceProvisioningState&text=AppResourceProvisioningState\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.AppResourceProperties.publicProperty()"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.AppResourceProperties.publicProperty()"
name: "publicProperty()"
nameWithType: "AppResourceProperties.publicProperty()"
summary: "Get indicates whether the App exposes public endpoint."
syntax: "public Boolean publicProperty()"
desc: "Get indicates whether the App exposes public endpoint."
returns:
description: "the publicProperty value"
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.AppResourceProperties.temporaryDisk()"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.AppResourceProperties.temporaryDisk()"
name: "temporaryDisk()"
nameWithType: "AppResourceProperties.temporaryDisk()"
summary: "Get temporary disk settings."
syntax: "public TemporaryDisk temporaryDisk()"
desc: "Get temporary disk settings."
returns:
description: "the temporaryDisk value"
type: "<xref href=\"com.microsoft.azure.management.appplatform.v2020_07_01.TemporaryDisk?alt=com.microsoft.azure.management.appplatform.v2020_07_01.TemporaryDisk&text=TemporaryDisk\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.AppResourceProperties.url()"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.AppResourceProperties.url()"
name: "url()"
nameWithType: "AppResourceProperties.url()"
summary: "Get uRL of the App."
syntax: "public String url()"
desc: "Get uRL of the App."
returns:
description: "the url value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.AppResourceProperties.withActiveDeploymentName(java.lang.String)"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.AppResourceProperties.withActiveDeploymentName(String activeDeploymentName)"
name: "withActiveDeploymentName(String activeDeploymentName)"
nameWithType: "AppResourceProperties.withActiveDeploymentName(String activeDeploymentName)"
summary: "Set name of the active deployment of the App."
parameters:
- description: "the activeDeploymentName value to set"
name: "activeDeploymentName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public AppResourceProperties withActiveDeploymentName(String activeDeploymentName)"
desc: "Set name of the active deployment of the App."
returns:
description: "the AppResourceProperties object itself."
type: "<xref href=\"com.microsoft.azure.management.appplatform.v2020_07_01.AppResourceProperties?alt=com.microsoft.azure.management.appplatform.v2020_07_01.AppResourceProperties&text=AppResourceProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.AppResourceProperties.withFqdn(java.lang.String)"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.AppResourceProperties.withFqdn(String fqdn)"
name: "withFqdn(String fqdn)"
nameWithType: "AppResourceProperties.withFqdn(String fqdn)"
summary: "Set fully qualified dns Name."
parameters:
- description: "the fqdn value to set"
name: "fqdn"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public AppResourceProperties withFqdn(String fqdn)"
desc: "Set fully qualified dns Name."
returns:
description: "the AppResourceProperties object itself."
type: "<xref href=\"com.microsoft.azure.management.appplatform.v2020_07_01.AppResourceProperties?alt=com.microsoft.azure.management.appplatform.v2020_07_01.AppResourceProperties&text=AppResourceProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.AppResourceProperties.withHttpsOnly(java.lang.Boolean)"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.AppResourceProperties.withHttpsOnly(Boolean httpsOnly)"
name: "withHttpsOnly(Boolean httpsOnly)"
nameWithType: "AppResourceProperties.withHttpsOnly(Boolean httpsOnly)"
summary: "Set indicate if only https is allowed."
parameters:
- description: "the httpsOnly value to set"
name: "httpsOnly"
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
syntax: "public AppResourceProperties withHttpsOnly(Boolean httpsOnly)"
desc: "Set indicate if only https is allowed."
returns:
description: "the AppResourceProperties object itself."
type: "<xref href=\"com.microsoft.azure.management.appplatform.v2020_07_01.AppResourceProperties?alt=com.microsoft.azure.management.appplatform.v2020_07_01.AppResourceProperties&text=AppResourceProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.AppResourceProperties.withPersistentDisk(com.microsoft.azure.management.appplatform.v2020_07_01.PersistentDisk)"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.AppResourceProperties.withPersistentDisk(PersistentDisk persistentDisk)"
name: "withPersistentDisk(PersistentDisk persistentDisk)"
nameWithType: "AppResourceProperties.withPersistentDisk(PersistentDisk persistentDisk)"
summary: "Set persistent disk settings."
parameters:
- description: "the persistentDisk value to set"
name: "persistentDisk"
type: "<xref href=\"com.microsoft.azure.management.appplatform.v2020_07_01.PersistentDisk?alt=com.microsoft.azure.management.appplatform.v2020_07_01.PersistentDisk&text=PersistentDisk\" data-throw-if-not-resolved=\"False\" />"
syntax: "public AppResourceProperties withPersistentDisk(PersistentDisk persistentDisk)"
desc: "Set persistent disk settings."
returns:
description: "the AppResourceProperties object itself."
type: "<xref href=\"com.microsoft.azure.management.appplatform.v2020_07_01.AppResourceProperties?alt=com.microsoft.azure.management.appplatform.v2020_07_01.AppResourceProperties&text=AppResourceProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.AppResourceProperties.withPublicProperty(java.lang.Boolean)"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.AppResourceProperties.withPublicProperty(Boolean publicProperty)"
name: "withPublicProperty(Boolean publicProperty)"
nameWithType: "AppResourceProperties.withPublicProperty(Boolean publicProperty)"
summary: "Set indicates whether the App exposes public endpoint."
parameters:
- description: "the publicProperty value to set"
name: "publicProperty"
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
syntax: "public AppResourceProperties withPublicProperty(Boolean publicProperty)"
desc: "Set indicates whether the App exposes public endpoint."
returns:
description: "the AppResourceProperties object itself."
type: "<xref href=\"com.microsoft.azure.management.appplatform.v2020_07_01.AppResourceProperties?alt=com.microsoft.azure.management.appplatform.v2020_07_01.AppResourceProperties&text=AppResourceProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.AppResourceProperties.withTemporaryDisk(com.microsoft.azure.management.appplatform.v2020_07_01.TemporaryDisk)"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.AppResourceProperties.withTemporaryDisk(TemporaryDisk temporaryDisk)"
name: "withTemporaryDisk(TemporaryDisk temporaryDisk)"
nameWithType: "AppResourceProperties.withTemporaryDisk(TemporaryDisk temporaryDisk)"
summary: "Set temporary disk settings."
parameters:
- description: "the temporaryDisk value to set"
name: "temporaryDisk"
type: "<xref href=\"com.microsoft.azure.management.appplatform.v2020_07_01.TemporaryDisk?alt=com.microsoft.azure.management.appplatform.v2020_07_01.TemporaryDisk&text=TemporaryDisk\" data-throw-if-not-resolved=\"False\" />"
syntax: "public AppResourceProperties withTemporaryDisk(TemporaryDisk temporaryDisk)"
desc: "Set temporary disk settings."
returns:
description: "the AppResourceProperties object itself."
type: "<xref href=\"com.microsoft.azure.management.appplatform.v2020_07_01.AppResourceProperties?alt=com.microsoft.azure.management.appplatform.v2020_07_01.AppResourceProperties&text=AppResourceProperties\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "App resource properties payload."
metadata: {}
package: "com.microsoft.azure.management.appplatform.v2020_07_01"
artifact: com.microsoft.azure.appplatform.v2020_07_01:azure-mgmt-appplatform:1.0.0-beta