UpdateTagResponse type
Contains response data for the updateTag operation.
type UpdateTagResponse = Tag & {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Tag }
}
Este explorador ya no se admite.
Actualice a Microsoft Edge para aprovechar las características y actualizaciones de seguridad más recientes, y disponer de soporte técnico.
Contains response data for the updateTag operation.
type UpdateTagResponse = Tag & {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Tag }
}