toggle menu
pulumi-azure-native-kotlin
3.5.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.cognitiveservices.kotlin.outputs
/
DeploymentCapacitySettingsResponse
Deployment
Capacity
Settings
Response
data
class
DeploymentCapacitySettingsResponse
(
val
designatedCapacity
:
Int
?
=
null
,
val
priority
:
Int
?
=
null
)
Internal use only.
Members
Constructors
Deployment
Capacity
Settings
Response
Link copied to clipboard
constructor
(
designatedCapacity
:
Int
?
=
null
,
priority
:
Int
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
designated
Capacity
Link copied to clipboard
val
designatedCapacity
:
Int
?
=
null
The designated capacity.
priority
Link copied to clipboard
val
priority
:
Int
?
=
null
The priority of this capacity setting.