Uses of Class
com.azure.resourcemanager.appplatform.models.AppResourceProperties
Packages that use AppResourceProperties
Package
Description
Package containing the inner data models for AppPlatformManagementClient.
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 AppResourcePropertiesModifier and TypeMethodDescriptionAppResourceInner.properties()Get the properties property: Properties of the App resource.Methods in com.azure.resourcemanager.appplatform.fluent.models with parameters of type AppResourcePropertiesModifier and TypeMethodDescriptionAppResourceInner.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 AppResourcePropertiesModifier and TypeMethodDescriptionSet the addonConfigs property: Collection of addons.AppResourceProperties.withCustomPersistentDisks(List<CustomPersistentDiskResource> customPersistentDisks) Set the customPersistentDisks property: List of custom persistent disks.AppResourceProperties.withEnableEndToEndTls(Boolean enableEndToEndTls) Set the enableEndToEndTls property: Indicate if end to end TLS is enabled.AppResourceProperties.withHttpsOnly(Boolean httpsOnly) Set the httpsOnly property: Indicate if only https is allowed.AppResourceProperties.withIngressSettings(IngressSettings ingressSettings) Set the ingressSettings property: App ingress settings payload.AppResourceProperties.withLoadedCertificates(List<LoadedCertificate> loadedCertificates) Set the loadedCertificates property: Collection of loaded certificates.AppResourceProperties.withPersistentDisk(PersistentDisk persistentDisk) Set the persistentDisk property: Persistent disk settings.AppResourceProperties.withPublicProperty(Boolean publicProperty) Set the publicProperty property: Indicates whether the App exposes public endpoint.AppResourceProperties.withTemporaryDisk(TemporaryDisk temporaryDisk) Set the temporaryDisk property: Temporary disk settings.AppResourceProperties.withVnetAddons(AppVNetAddons vnetAddons) Set the vnetAddons property: Additional App settings in vnet injection instance.