ServiceSetPropertiesResponse type

Contains response data for the setProperties operation.

type ServiceSetPropertiesResponse = ServiceSetPropertiesHeaders & {
  _response: coreHttp.HttpResponse & {
    parsedHeaders: ServiceSetPropertiesHeaders
  }
}