EndpointSettingsGetSettingsResponse type
getSettings 操作の応答データを格納します。
type EndpointSettingsGetSettingsResponse = EndpointSettingsDTO & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: EndpointSettingsDTO
}
}