Aracılığıyla paylaş


ServicesCreateOrUpdateResponse type

createOrUpdate işlemi için yanıt verilerini içerir.

type ServicesCreateOrUpdateResponse = ServiceResource & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ServiceResource
  }
}