Freigeben über


GetDeployedServiceTypeInfoByNameResponse type

Enthält Antwortdaten für den getDeployedServiceTypeInfoByName-Vorgang.

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