共用方式為


SecretListByResourceGroupResponse type

包含 listByResourceGroup 作業的回應資料。

type SecretListByResourceGroupResponse = SecretResourceDescriptionList & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: SecretResourceDescriptionList
  }
}