Bagikan melalui


DscNodeConfigurationCreateOrUpdateResponse type

Berisi data respons untuk operasi createOrUpdate.

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