Get Delegated Subnet Service Details Result
data class GetDelegatedSubnetServiceDetailsResult(val controllerDetails: ControllerDetailsResponse? = null, val id: String, val location: String? = null, val name: String, val provisioningState: String, val resourceGuid: String, val subnetDetails: SubnetDetailsResponse? = null, val tags: Map<String, String>? = null, val type: String)
Represents an instance of a orchestrator.
Constructors
Link copied to clipboard
fun GetDelegatedSubnetServiceDetailsResult(controllerDetails: ControllerDetailsResponse? = null, id: String, location: String? = null, name: String, provisioningState: String, resourceGuid: String, subnetDetails: SubnetDetailsResponse? = null, tags: Map<String, String>? = null, type: String)