Uses of Class
com.azure.resourcemanager.appplatform.models.AppResourceProperties
-
Packages that use AppResourceProperties Package Description com.azure.resourcemanager.appplatform.fluent.models Package containing the inner data models for AppPlatformManagementClient.com.azure.resourcemanager.appplatform.models Package containing the data models for AppPlatformManagementClient. -
-
Uses of AppResourceProperties in com.azure.resourcemanager.appplatform.fluent.models
Methods in com.azure.resourcemanager.appplatform.fluent.models that return AppResourceProperties Modifier and Type Method Description AppResourcePropertiesAppResourceInner. properties()Get the properties property: Properties of the App resource.Methods in com.azure.resourcemanager.appplatform.fluent.models with parameters of type AppResourceProperties Modifier and Type Method Description AppResourceInnerAppResourceInner. withProperties(AppResourceProperties properties)Set the properties property: Properties of the App resource. -
Uses of AppResourceProperties in com.azure.resourcemanager.appplatform.models
Methods in com.azure.resourcemanager.appplatform.models that return AppResourceProperties Modifier and Type Method Description AppResourcePropertiesAppResourceProperties. withActiveDeploymentName(String activeDeploymentName)Set the activeDeploymentName property: Name of the active deployment of the App.AppResourcePropertiesAppResourceProperties. withEnableEndToEndTls(Boolean enableEndToEndTls)Set the enableEndToEndTls property: Indicate if end to end TLS is enabled.AppResourcePropertiesAppResourceProperties. withFqdn(String fqdn)Set the fqdn property: Fully qualified dns Name.AppResourcePropertiesAppResourceProperties. withHttpsOnly(Boolean httpsOnly)Set the httpsOnly property: Indicate if only https is allowed.AppResourcePropertiesAppResourceProperties. withPersistentDisk(PersistentDisk persistentDisk)Set the persistentDisk property: Persistent disk settings.AppResourcePropertiesAppResourceProperties. withPublicProperty(Boolean publicProperty)Set the publicProperty property: Indicates whether the App exposes public endpoint.AppResourcePropertiesAppResourceProperties. withTemporaryDisk(TemporaryDisk temporaryDisk)Set the temporaryDisk property: Temporary disk settings.
-