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