Compartir a través de


GetDeployedServiceTypeInfoByNameResponse type

Contiene datos de respuesta para la operación getDeployedServiceTypeInfoByName.

type GetDeployedServiceTypeInfoByNameResponse = DeployedServiceTypeInfo[] & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: DeployedServiceTypeInfo[]
  }
}