GetDeployedServiceTypeInfoListResponse type
getDeployedServiceTypeInfoList işleminin yanıt verilerini içerir.
type GetDeployedServiceTypeInfoListResponse = DeployedServiceTypeInfo[] & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: DeployedServiceTypeInfo[]
}
}