Service Response
data class ServiceResponse(val name: String? = null, val serviceUnits: List<ServiceUnitResponse>? = null, val targetLocation: String, val targetSubscriptionId: String)
Defines a service.
Constructors
Link copied to clipboard
constructor(name: String? = null, serviceUnits: List<ServiceUnitResponse>? = null, targetLocation: String, targetSubscriptionId: String)
Properties
Link copied to clipboard
The detailed information about the units that make up the service.
Link copied to clipboard
The Azure location to which the resources in the service belong to or should be deployed to.
Link copied to clipboard
The subscription to which the resources in the service belong to or should be deployed to.