Поделиться через


DscNodeConfigurationBeginCreateOrUpdateResponse type

Содержит данные ответа для операции beginCreateOrUpdate.

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