Aracılığıyla paylaş


EndpointKeysRefreshKeysResponse type

refreshKeys işlemi için yanıt verilerini içerir.

type EndpointKeysRefreshKeysResponse = EndpointKeysDTO & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: EndpointKeysDTO
  }
}