ClustersBeginCreateResponse type

Contains response data for the beginCreate operation.

type ClustersBeginCreateResponse = Cluster & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Cluster }
}