ClusterResourcePropertiesResponse

data class ClusterResourcePropertiesResponse(val fqdn: String, val infraResourceGroup: String? = null, val maintenanceScheduleConfiguration: WeeklyMaintenanceScheduleConfigurationResponse? = null, val managedEnvironmentId: String? = null, val marketplaceResource: MarketplaceResourceResponse? = null, val networkProfile: NetworkProfileResponse? = null, val powerState: String, val provisioningState: String, val serviceId: String, val version: Int, val vnetAddons: ServiceVNetAddonsResponse? = null, val zoneRedundant: Boolean? = null)

Service properties payload

Constructors

Link copied to clipboard
constructor(fqdn: String, infraResourceGroup: String? = null, maintenanceScheduleConfiguration: WeeklyMaintenanceScheduleConfigurationResponse? = null, managedEnvironmentId: String? = null, marketplaceResource: MarketplaceResourceResponse? = null, networkProfile: NetworkProfileResponse? = null, powerState: String, provisioningState: String, serviceId: String, version: Int, vnetAddons: ServiceVNetAddonsResponse? = null, zoneRedundant: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Fully qualified dns name of the service instance

Link copied to clipboard

The name of the resource group that contains the infrastructure resources

Link copied to clipboard

Additional Service settings for planned maintenance

Link copied to clipboard

The resource Id of the Managed Environment that the Spring Apps instance builds on

Link copied to clipboard

Purchasing 3rd party product of the Service resource.

Link copied to clipboard

Network profile of the Service

Link copied to clipboard

Power state of the Service

Link copied to clipboard

Provisioning state of the Service

Link copied to clipboard

ServiceInstanceEntity Id which uniquely identifies a created resource

Link copied to clipboard

Version of the Service

Link copied to clipboard

Additional Service settings in vnet injection instance

Link copied to clipboard
val zoneRedundant: Boolean? = null