OperationalizationClustersBeginCreateOrUpdateResponse type

Contains response data for the beginCreateOrUpdate operation.

type OperationalizationClustersBeginCreateOrUpdateResponse =
  OperationalizationCluster & {
    _response: msRest.HttpResponse & {
      bodyAsText: string
      parsedBody: OperationalizationCluster
    }
  }