Service Backend Port Patch Args
data class ServiceBackendPortPatchArgs(val name: Output<String>? = null, val number: Output<Int>? = null) : ConvertibleToJava<ServiceBackendPortPatchArgs>
ServiceBackendPort is the service port being referenced.