DscNodeConfigurationBeginCreateOrUpdateResponse type

Contains response data for the beginCreateOrUpdate operation.

type DscNodeConfigurationBeginCreateOrUpdateResponse = DscNodeConfiguration & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: DscNodeConfiguration
  }
}