GatewayListByResourceGroupResponse type
Содержит данные ответа для операции listByResourceGroup.
type GatewayListByResourceGroupResponse = GatewayResourceDescriptionList & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: GatewayResourceDescriptionList
}
}