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