ModelGetEntityFeaturesResponse type
getEntityFeatures 操作の応答データを格納します。
type ModelGetEntityFeaturesResponse = ModelFeatureInformation[] & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ModelFeatureInformation[]
}
}